ff87c0e7119acf30836702f9b3682c77944f91c3
[website] / less / base / fonts.less
1 @font-face
2 {
3     font-family: 'BPreplay';
4     src: url('../fonts/BPreplay-webfont.eot');
5     src: url('../fonts/BPreplay-webfont.eot?#iefix') format('embedded-opentype'),
6          url('../fonts/BPreplay-webfont.woff') format('woff'),
7          url('../fonts/BPreplay-webfont.ttf') format('truetype'),
8          url('../fonts/BPreplay-webfont.svg#BPreplayRegular') format('svg');
9     font-weight: normal;
10     font-style: normal;
11 }
12
13 @font-face
14 {
15     font-family: 'BPreplay';
16     src: url('../fonts/BPreplayItalics-webfont.eot');
17     src: url('../fonts/BPreplayItalics-webfont.eot?#iefix') format('embedded-opentype'),
18          url('../fonts/BPreplayItalics-webfont.woff') format('woff'),
19          url('../fonts/BPreplayItalics-webfont.ttf') format('truetype'),
20          url('../fonts/BPreplayItalics-webfont.svg#BPreplayItalic') format('svg');
21     font-weight: normal;
22     font-style: italic;
23 }
24
25 @font-face
26 {
27     font-family: 'BPreplay';
28     src: url('../fonts/BPreplayBold-webfont.eot');
29     src: url('../fonts/BPreplayBold-webfont.eot?#iefix') format('embedded-opentype'),
30          url('../fonts/BPreplayBold-webfont.woff') format('woff'),
31          url('../fonts/BPreplayBold-webfont.ttf') format('truetype'),
32          url('../fonts/BPreplayBold-webfont.svg#BPreplayBold') format('svg');
33     font-weight: bold;
34     font-style: normal;
35 }
36
37 @font-face
38 {
39     font-family: 'BPreplay';
40     src: url('../fonts/BPreplayBoldItalics-webfont.eot');
41     src: url('../fonts/BPreplayBoldItalics-webfont.eot?#iefix') format('embedded-opentype'),
42          url('../fonts/BPreplayBoldItalics-webfont.woff') format('woff'),
43          url('../fonts/BPreplayBoldItalics-webfont.ttf') format('truetype'),
44          url('../fonts/BPreplayBoldItalics-webfont.svg#BPreplayBoldItalic') format('svg');
45     font-weight: bold;
46     font-style: italic;
47 }
48
49 @font-face
50 {
51     font-family: 'DroidSerif';
52     src: url('../fonts/DroidSerif-Regular-webfont.eot');
53     src: url('../fonts/DroidSerif-Regular-webfont.eot?#iefix') format('embedded-opentype'),
54          url('../fonts/DroidSerif-Regular-webfont.woff') format('woff'),
55          url('../fonts/DroidSerif-Regular-webfont.ttf') format('truetype'),
56          url('../fonts/DroidSerif-Regular-webfont.svg#DroidSerifRegular') format('svg');
57     font-weight: normal;
58     font-style: normal;
59
60 }
61
62 @font-face
63 {
64     font-family: 'DroidSerif';
65     src: url('../fonts/DroidSerif-Italic-webfont.eot');
66     src: url('../fonts/DroidSerif-Italic-webfont.eot?#iefix') format('embedded-opentype'),
67          url('../fonts/DroidSerif-Italic-webfont.woff') format('woff'),
68          url('../fonts/DroidSerif-Italic-webfont.ttf') format('truetype'),
69          url('../fonts/DroidSerif-Italic-webfont.svg#DroidSerifItalic') format('svg');
70     font-weight: normal;
71     font-style: italic;
72
73 }
74
75 @font-face
76 {
77     font-family: 'DroidSerif';
78     src: url('../fonts/DroidSerif-Bold-webfont.eot');
79     src: url('../fonts/DroidSerif-Bold-webfont.eot?#iefix') format('embedded-opentype'),
80          url('../fonts/DroidSerif-Bold-webfont.woff') format('woff'),
81          url('../fonts/DroidSerif-Bold-webfont.ttf') format('truetype'),
82          url('../fonts/DroidSerif-Bold-webfont.svg#DroidSerifBold') format('svg');
83     font-weight: bold;
84     font-style: normal;
85
86 }
87
88 @font-face
89 {
90     font-family: 'DroidSerif';
91     src: url('../fonts/DroidSerif-BoldItalic-webfont.eot');
92     src: url('../fonts/DroidSerif-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
93          url('../fonts/DroidSerif-BoldItalic-webfont.woff') format('woff'),
94          url('../fonts/DroidSerif-BoldItalic-webfont.ttf') format('truetype'),
95          url('../fonts/DroidSerif-BoldItalic-webfont.svg#DroidSerifBoldItalic') format('svg');
96     font-weight: bold;
97     font-style: italic;
98
99 }
100
101 @font-face
102 {
103     font-family: 'symbols';
104     src: url('../fonts/symbols.eot');
105     src: url('../fonts/symbols.eot?#iefix') format('embedded-opentype'),
106          url('../fonts/symbols.woff') format('woff'),
107          url('../fonts/symbols.ttf') format('truetype'),
108          url('../fonts/symbols.svg#symbols') format('svg');
109     font-weight: normal;
110     font-style: normal;
111 }
112