summaryrefslogtreecommitdiff
path: root/design/sass/_fonts.scss
blob: 77f6f7cc6a7f692d56925087ab56c952cfff7fa8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
@font-face {
    font-family: 'carrois_gothicregular';
    src: url('/media/fonts/carroisgothic-regular-webfont.eot');
    src: url('/media/fonts/carroisgothic-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/media/fonts/carroisgothic-regular-webfont.woff') format('woff'),
         url('/media/fonts/carroisgothic-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'mffweb';
    src: url('/media/fonts/ffmpb.woff2') format('woff2');
    src: url('/media/fonts/ffmpb.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'mffweb';
    src: url('/media/fonts/ffmbi.woff2') format('woff2');
    src: url('/media/fonts/ffmbi.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}


@font-face {
    font-family: 'mffnweb';
    src: url('/media/fonts/ffmn.woff2') format('woff2');
    src: url('/media/fonts/ffmn.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}