blob: 1ae40f8a06bb2c7280173fead96caf16d8a5f588 (
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
36
37
38
39
40
41
42
43
|
@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-display: swap;
}
@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-display: swap;
}
@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-display: swap;
}
@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;
font-display: swap;
}
@font-face {
font-family: 'mffnbweb';
src: url('/media/fonts/ffmn.woff2') format('woff2');
src: url('/media/fonts/ffmn.woff') format('woff');
font-weight: 700;
font-style: normal;
font-display: swap;
}
|