-
Notifications
You must be signed in to change notification settings - Fork 229
/
source-sans-3.css
107 lines (96 loc) · 3.09 KB
/
source-sans-3.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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
@font-face{
font-family: 'Source Sans 3';
font-weight: 200;
font-style: normal;
font-stretch: normal;
src: url('WOFF2/TTF/SourceSans3-ExtraLight.ttf.woff2') format('woff2'),
url('WOFF/OTF/SourceSans3-ExtraLight.otf.woff') format('woff');
}
@font-face{
font-family: 'Source Sans 3';
font-weight: 200;
font-style: italic;
font-stretch: normal;
src: url('WOFF2/TTF/SourceSans3-ExtraLightIt.ttf.woff2') format('woff2'),
url('WOFF/OTF/SourceSans3-ExtraLightIt.otf.woff') format('woff');
}
@font-face{
font-family: 'Source Sans 3';
font-weight: 300;
font-style: normal;
font-stretch: normal;
src: url('WOFF2/TTF/SourceSans3-Light.ttf.woff2') format('woff2'),
url('WOFF/OTF/SourceSans3-Light.otf.woff') format('woff');
}
@font-face{
font-family: 'Source Sans 3';
font-weight: 300;
font-style: italic;
font-stretch: normal;
src: url('WOFF2/TTF/SourceSans3-LightIt.ttf.woff2') format('woff2'),
url('WOFF/OTF/SourceSans3-LightIt.otf.woff') format('woff');
}
@font-face{
font-family: 'Source Sans 3';
font-weight: 400;
font-style: normal;
font-stretch: normal;
src: url('WOFF2/TTF/SourceSans3-Regular.ttf.woff2') format('woff2'),
url('WOFF/OTF/SourceSans3-Regular.otf.woff') format('woff');
}
@font-face{
font-family: 'Source Sans 3';
font-weight: 400;
font-style: italic;
font-stretch: normal;
src: url('WOFF2/TTF/SourceSans3-It.ttf.woff2') format('woff2'),
url('WOFF/OTF/SourceSans3-It.otf.woff') format('woff');
}
@font-face{
font-family: 'Source Sans 3';
font-weight: 600;
font-style: normal;
font-stretch: normal;
src: url('WOFF2/TTF/SourceSans3-Semibold.ttf.woff2') format('woff2'),
url('WOFF/OTF/SourceSans3-Semibold.otf.woff') format('woff');
}
@font-face{
font-family: 'Source Sans 3';
font-weight: 600;
font-style: italic;
font-stretch: normal;
src: url('WOFF2/TTF/SourceSans3-SemiboldIt.ttf.woff2') format('woff2'),
url('WOFF/OTF/SourceSans3-SemiboldIt.otf.woff') format('woff');
}
@font-face{
font-family: 'Source Sans 3';
font-weight: 700;
font-style: normal;
font-stretch: normal;
src: url('WOFF2/TTF/SourceSans3-Bold.ttf.woff2') format('woff2'),
url('WOFF/OTF/SourceSans3-Bold.otf.woff') format('woff');
}
@font-face{
font-family: 'Source Sans 3';
font-weight: 700;
font-style: italic;
font-stretch: normal;
src: url('WOFF2/TTF/SourceSans3-BoldIt.ttf.woff2') format('woff2'),
url('WOFF/OTF/SourceSans3-BoldIt.otf.woff') format('woff');
}
@font-face{
font-family: 'Source Sans 3';
font-weight: 900;
font-style: normal;
font-stretch: normal;
src: url('WOFF2/TTF/SourceSans3-Black.ttf.woff2') format('woff2'),
url('WOFF/OTF/SourceSans3-Black.otf.woff') format('woff');
}
@font-face{
font-family: 'Source Sans 3';
font-weight: 900;
font-style: italic;
font-stretch: normal;
src: url('WOFF2/TTF/SourceSans3-BlackIt.ttf.woff2') format('woff2'),
url('WOFF/OTF/SourceSans3-BlackIt.otf.woff') format('woff');
}