Skip to content

Commit 00a94e5

Browse files
committed
Fixed problem in font stylesheet
1 parent 0cbc64f commit 00a94e5

1 file changed

Lines changed: 49 additions & 0 deletions

File tree

css3-exclusions/fonts/Droid-Serif-fontfacekit/stylesheet.css

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,52 @@
5050

5151
}
5252

53+
54+
@font-face {
55+
font-family: 'DroidSerif';
56+
src: url('DroidSerif-Regular-webfont.eot');
57+
src: url('DroidSerif-Regular-webfont.eot?#iefix') format('embedded-opentype'),
58+
url('DroidSerif-Regular-webfont.woff') format('woff'),
59+
url('DroidSerif-Regular-webfont.ttf') format('truetype'),
60+
url('DroidSerif-Regular-webfont.svg#DroidSerifRegular') format('svg');
61+
font-weight: normal;
62+
font-style: normal;
63+
64+
}
65+
66+
@font-face {
67+
font-family: 'DroidSerif';
68+
src: url('DroidSerif-Italic-webfont.eot');
69+
src: url('DroidSerif-Italic-webfont.eot?#iefix') format('embedded-opentype'),
70+
url('DroidSerif-Italic-webfont.woff') format('woff'),
71+
url('DroidSerif-Italic-webfont.ttf') format('truetype'),
72+
url('DroidSerif-Italic-webfont.svg#DroidSerifItalic') format('svg');
73+
font-weight: normal;
74+
font-style: italic;
75+
76+
}
77+
78+
@font-face {
79+
font-family: 'DroidSerif';
80+
src: url('DroidSerif-Bold-webfont.eot');
81+
src: url('DroidSerif-Bold-webfont.eot?#iefix') format('embedded-opentype'),
82+
url('DroidSerif-Bold-webfont.woff') format('woff'),
83+
url('DroidSerif-Bold-webfont.ttf') format('truetype'),
84+
url('DroidSerif-Bold-webfont.svg#DroidSerifBold') format('svg');
85+
font-weight: bold;
86+
font-style: normal;
87+
88+
}
89+
90+
@font-face {
91+
font-family: 'DroidSerif';
92+
src: url('DroidSerif-BoldItalic-webfont.eot');
93+
src: url('DroidSerif-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
94+
url('DroidSerif-BoldItalic-webfont.woff') format('woff'),
95+
url('DroidSerif-BoldItalic-webfont.ttf') format('truetype'),
96+
url('DroidSerif-BoldItalic-webfont.svg#DroidSerifBoldItalic') format('svg');
97+
font-weight: bold;
98+
font-style: italic;
99+
100+
}
101+

0 commit comments

Comments
 (0)