aboutsummaryrefslogtreecommitdiff
path: root/design/sass/_fonts.scss
blob: dfe632ae4de19c6c27412ec390602a203b46299c (plain)
1
2
3
4
5
6
7
8
9
10
@font-face {
    font-family: 'carrois_gothicregular';
    src: url('carroisgothic-regular-webfont.eot');
    src: url('carroisgothic-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('carroisgothic-regular-webfont.woff') format('woff'),
         url('carroisgothic-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}