Skip to content

Commit 7318dae

Browse files
committed
Updated the stylesheet.css file to properly reference font files for different weights/styles.
1 parent 70ff090 commit 7318dae

1 file changed

Lines changed: 48 additions & 0 deletions

File tree

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

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

5151
}
5252

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

0 commit comments

Comments
 (0)