Skip to content

Commit fce0803

Browse files
committed
correct font names; regenerate css
1 parent 6267fe3 commit fce0803

6 files changed

+209
-90
lines changed

Diff for: open-sans.css

+1-82
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: open-sans.expanded.css

+100
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,100 @@
1+
/* BEGIN Light */
2+
@font-face {
3+
font-family: 'Open Sans';
4+
src: url("./fonts/Light/OpenSans-Light.eot?v=1.101");
5+
src: url("./fonts/Light/OpenSans-Light.eot?#iefix&v=1.101") format("embedded-opentype"), url("./fonts/Light/OpenSans-Light.woff2?v=1.101") format("woff2"), url("./fonts/Light/OpenSans-Light.woff?v=1.101") format("woff"), url("./fonts/Light/OpenSans-Light.ttf?v=1.101") format("truetype"), url("./fonts/Light/OpenSans-Light.svg?v=1.101#Light") format("svg");
6+
font-weight: 300;
7+
font-style: normal;
8+
}
9+
10+
/* END Light */
11+
/* BEGIN Light Italic */
12+
@font-face {
13+
font-family: 'Open Sans';
14+
src: url("./fonts/LightItalic/OpenSans-LightItalic.eot?v=1.101");
15+
src: url("./fonts/LightItalic/OpenSans-LightItalic.eot?#iefix&v=1.101") format("embedded-opentype"), url("./fonts/LightItalic/OpenSans-LightItalic.woff2?v=1.101") format("woff2"), url("./fonts/LightItalic/OpenSans-LightItalic.woff?v=1.101") format("woff"), url("./fonts/LightItalic/OpenSans-LightItalic.ttf?v=1.101") format("truetype"), url("./fonts/LightItalic/OpenSans-LightItalic.svg?v=1.101#LightItalic") format("svg");
16+
font-weight: 300;
17+
font-style: italic;
18+
}
19+
20+
/* END Light Italic */
21+
/* BEGIN Regular */
22+
@font-face {
23+
font-family: 'Open Sans';
24+
src: url("./fonts/Regular/OpenSans-Regular.eot?v=1.101");
25+
src: url("./fonts/Regular/OpenSans-Regular.eot?#iefix&v=1.101") format("embedded-opentype"), url("./fonts/Regular/OpenSans-Regular.woff2?v=1.101") format("woff2"), url("./fonts/Regular/OpenSans-Regular.woff?v=1.101") format("woff"), url("./fonts/Regular/OpenSans-Regular.ttf?v=1.101") format("truetype"), url("./fonts/Regular/OpenSans-Regular.svg?v=1.101#Regular") format("svg");
26+
font-weight: normal;
27+
font-style: normal;
28+
}
29+
30+
/* END Regular */
31+
/* BEGIN Italic */
32+
@font-face {
33+
font-family: 'Open Sans';
34+
src: url("./fonts/Italic/OpenSans-Italic.eot?v=1.101");
35+
src: url("./fonts/Italic/OpenSans-Italic.eot?#iefix&v=1.101") format("embedded-opentype"), url("./fonts/Italic/OpenSans-Italic.woff2?v=1.101") format("woff2"), url("./fonts/Italic/OpenSans-Italic.woff?v=1.101") format("woff"), url("./fonts/Italic/OpenSans-Italic.ttf?v=1.101") format("truetype"), url("./fonts/Italic/OpenSans-Italic.svg?v=1.101#Italic") format("svg");
36+
font-weight: normal;
37+
font-style: italic;
38+
}
39+
40+
/* END Italic */
41+
/* BEGIN Semibold */
42+
@font-face {
43+
font-family: 'Open Sans';
44+
src: url("./fonts/Semibold/OpenSans-Semibold.eot?v=1.101");
45+
src: url("./fonts/Semibold/OpenSans-Semibold.eot?#iefix&v=1.101") format("embedded-opentype"), url("./fonts/Semibold/OpenSans-Semibold.woff2?v=1.101") format("woff2"), url("./fonts/Semibold/OpenSans-Semibold.woff?v=1.101") format("woff"), url("./fonts/Semibold/OpenSans-Semibold.ttf?v=1.101") format("truetype"), url("./fonts/Semibold/OpenSans-Semibold.svg?v=1.101#Semibold") format("svg");
46+
font-weight: 600;
47+
font-style: normal;
48+
}
49+
50+
/* END Semibold */
51+
/* BEGIN Semibold Italic */
52+
@font-face {
53+
font-family: 'Open Sans';
54+
src: url("./fonts/SemiboldItalic/OpenSans-SemiboldItalic.eot?v=1.101");
55+
src: url("./fonts/SemiboldItalic/OpenSans-SemiboldItalic.eot?#iefix&v=1.101") format("embedded-opentype"), url("./fonts/SemiboldItalic/OpenSans-SemiboldItalic.woff2?v=1.101") format("woff2"), url("./fonts/SemiboldItalic/OpenSans-SemiboldItalic.woff?v=1.101") format("woff"), url("./fonts/SemiboldItalic/OpenSans-SemiboldItalic.ttf?v=1.101") format("truetype"), url("./fonts/SemiboldItalic/OpenSans-SemiboldItalic.svg?v=1.101#SemiboldItalic") format("svg");
56+
font-weight: 600;
57+
font-style: italic;
58+
}
59+
60+
/* END Semibold Italic */
61+
/* BEGIN Bold */
62+
@font-face {
63+
font-family: 'Open Sans';
64+
src: url("./fonts/Bold/OpenSans-Bold.eot?v=1.101");
65+
src: url("./fonts/Bold/OpenSans-Bold.eot?#iefix&v=1.101") format("embedded-opentype"), url("./fonts/Bold/OpenSans-Bold.woff2?v=1.101") format("woff2"), url("./fonts/Bold/OpenSans-Bold.woff?v=1.101") format("woff"), url("./fonts/Bold/OpenSans-Bold.ttf?v=1.101") format("truetype"), url("./fonts/Bold/OpenSans-Bold.svg?v=1.101#Bold") format("svg");
66+
font-weight: bold;
67+
font-style: normal;
68+
}
69+
70+
/* END Bold */
71+
/* BEGIN Bold Italic */
72+
@font-face {
73+
font-family: 'Open Sans';
74+
src: url("./fonts/BoldItalic/OpenSans-BoldItalic.eot?v=1.101");
75+
src: url("./fonts/BoldItalic/OpenSans-BoldItalic.eot?#iefix&v=1.101") format("embedded-opentype"), url("./fonts/BoldItalic/OpenSans-BoldItalic.woff2?v=1.101") format("woff2"), url("./fonts/BoldItalic/OpenSans-BoldItalic.woff?v=1.101") format("woff"), url("./fonts/BoldItalic/OpenSans-BoldItalic.ttf?v=1.101") format("truetype"), url("./fonts/BoldItalic/OpenSans-BoldItalic.svg?v=1.101#BoldItalic") format("svg");
76+
font-weight: bold;
77+
font-style: italic;
78+
}
79+
80+
/* END Bold Italic */
81+
/* BEGIN Extrabold */
82+
@font-face {
83+
font-family: 'Open Sans';
84+
src: url("./fonts/ExtraBold/OpenSans-ExtraBold.eot?v=1.101");
85+
src: url("./fonts/ExtraBold/OpenSans-ExtraBold.eot?#iefix&v=1.101") format("embedded-opentype"), url("./fonts/ExtraBold/OpenSans-ExtraBold.woff2?v=1.101") format("woff2"), url("./fonts/ExtraBold/OpenSans-ExtraBold.woff?v=1.101") format("woff"), url("./fonts/ExtraBold/OpenSans-ExtraBold.ttf?v=1.101") format("truetype"), url("./fonts/ExtraBold/OpenSans-ExtraBold.svg?v=1.101#ExtraBold") format("svg");
86+
font-weight: 800;
87+
font-style: normal;
88+
}
89+
90+
/* END Extrabold */
91+
/* BEGIN Extrabold Italic */
92+
@font-face {
93+
font-family: 'Open Sans';
94+
src: url("./fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.eot?v=1.101");
95+
src: url("./fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.eot?#iefix&v=1.101") format("embedded-opentype"), url("./fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.woff2?v=1.101") format("woff2"), url("./fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.woff?v=1.101") format("woff"), url("./fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.ttf?v=1.101") format("truetype"), url("./fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.svg?v=1.101#ExtraBoldItalic") format("svg");
96+
font-weight: 800;
97+
font-style: italic;
98+
}
99+
100+
/* END Extrabold Italic */

0 commit comments

Comments
 (0)