-
Notifications
You must be signed in to change notification settings - Fork 134
/
open-sans.prefixed.css
90 lines (80 loc) · 2.77 KB
/
open-sans.prefixed.css
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
/* BEGIN Light */
@font-face {
font-family: "Open Sans";
src: url("./fonts/Light/OpenSans-Light.woff2?v=1.101") format("woff2"), url("./fonts/Light/OpenSans-Light.woff?v=1.101") format("woff");
font-weight: 300;
font-style: normal;
}
/* END Light */
/* BEGIN Light Italic */
@font-face {
font-family: "Open Sans";
src: url("./fonts/LightItalic/OpenSans-LightItalic.woff2?v=1.101") format("woff2"), url("./fonts/LightItalic/OpenSans-LightItalic.woff?v=1.101") format("woff");
font-weight: 300;
font-style: italic;
}
/* END Light Italic */
/* BEGIN Regular */
@font-face {
font-family: "Open Sans";
src: url("./fonts/Regular/OpenSans-Regular.woff2?v=1.101") format("woff2"), url("./fonts/Regular/OpenSans-Regular.woff?v=1.101") format("woff");
font-weight: normal;
font-style: normal;
}
/* END Regular */
/* BEGIN Italic */
@font-face {
font-family: "Open Sans";
src: url("./fonts/Italic/OpenSans-Italic.woff2?v=1.101") format("woff2"), url("./fonts/Italic/OpenSans-Italic.woff?v=1.101") format("woff");
font-weight: normal;
font-style: italic;
}
/* END Italic */
/* BEGIN Semibold */
@font-face {
font-family: "Open Sans";
src: url("./fonts/Semibold/OpenSans-Semibold.woff2?v=1.101") format("woff2"), url("./fonts/Semibold/OpenSans-Semibold.woff?v=1.101") format("woff");
font-weight: 600;
font-style: normal;
}
/* END Semibold */
/* BEGIN Semibold Italic */
@font-face {
font-family: "Open Sans";
src: url("./fonts/SemiboldItalic/OpenSans-SemiboldItalic.woff2?v=1.101") format("woff2"), url("./fonts/SemiboldItalic/OpenSans-SemiboldItalic.woff?v=1.101") format("woff");
font-weight: 600;
font-style: italic;
}
/* END Semibold Italic */
/* BEGIN Bold */
@font-face {
font-family: "Open Sans";
src: url("./fonts/Bold/OpenSans-Bold.woff2?v=1.101") format("woff2"), url("./fonts/Bold/OpenSans-Bold.woff?v=1.101") format("woff");
font-weight: bold;
font-style: normal;
}
/* END Bold */
/* BEGIN Bold Italic */
@font-face {
font-family: "Open Sans";
src: url("./fonts/BoldItalic/OpenSans-BoldItalic.woff2?v=1.101") format("woff2"), url("./fonts/BoldItalic/OpenSans-BoldItalic.woff?v=1.101") format("woff");
font-weight: bold;
font-style: italic;
}
/* END Bold Italic */
/* BEGIN Extrabold */
@font-face {
font-family: "Open Sans";
src: url("./fonts/ExtraBold/OpenSans-ExtraBold.woff2?v=1.101") format("woff2"), url("./fonts/ExtraBold/OpenSans-ExtraBold.woff?v=1.101") format("woff");
font-weight: 800;
font-style: normal;
}
/* END Extrabold */
/* BEGIN Extrabold Italic */
@font-face {
font-family: "Open Sans";
src: url("./fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.woff2?v=1.101") format("woff2"), url("./fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.woff?v=1.101") format("woff");
font-weight: 800;
font-style: italic;
}
/* END Extrabold Italic */