Blame Raw
· · · 162 lines (4.0 KB)
0 contributors
1@font-face {
2 font-family: 'Noto Sans';
3 src: url('NotoSans-Black.woff2') format('woff2'),
4 url('NotoSans-Black.woff') format('woff');
5 font-weight: 900;
6 font-style: normal;
7 font-display: swap;
8}
9
10@font-face {
11 font-family: 'Noto Sans';
12 src: url('NotoSans-ExtraBoldItalic.woff2') format('woff2'),
13 url('NotoSans-ExtraBoldItalic.woff') format('woff');
14 font-weight: bold;
15 font-style: italic;
16 font-display: swap;
17}
18
19@font-face {
20 font-family: 'Noto Sans';
21 src: url('NotoSans-BlackItalic.woff2') format('woff2'),
22 url('NotoSans-BlackItalic.woff') format('woff');
23 font-weight: 900;
24 font-style: italic;
25 font-display: swap;
26}
27
28@font-face {
29 font-family: 'Noto Sans';
30 src: url('NotoSans-ExtraBold.woff2') format('woff2'),
31 url('NotoSans-ExtraBold.woff') format('woff');
32 font-weight: bold;
33 font-style: normal;
34 font-display: swap;
35}
36
37@font-face {
38 font-family: 'Noto Sans';
39 src: url('NotoSans-ThinItalic.woff2') format('woff2'),
40 url('NotoSans-ThinItalic.woff') format('woff');
41 font-weight: 100;
42 font-style: italic;
43 font-display: swap;
44}
45
46@font-face {
47 font-family: 'Noto Sans';
48 src: url('NotoSans-BoldItalic.woff2') format('woff2'),
49 url('NotoSans-BoldItalic.woff') format('woff');
50 font-weight: bold;
51 font-style: italic;
52 font-display: swap;
53}
54
55@font-face {
56 font-family: 'Noto Sans';
57 src: url('NotoSans-Bold.woff2') format('woff2'),
58 url('NotoSans-Bold.woff') format('woff');
59 font-weight: bold;
60 font-style: normal;
61 font-display: swap;
62}
63
64@font-face {
65 font-family: 'Noto Sans';
66 src: url('NotoSans-LightItalic.woff2') format('woff2'),
67 url('NotoSans-LightItalic.woff') format('woff');
68 font-weight: 300;
69 font-style: italic;
70 font-display: swap;
71}
72
73@font-face {
74 font-family: 'Noto Sans';
75 src: url('NotoSans-Italic.woff2') format('woff2'),
76 url('NotoSans-Italic.woff') format('woff');
77 font-weight: normal;
78 font-style: italic;
79 font-display: swap;
80}
81
82@font-face {
83 font-family: 'Noto Sans';
84 src: url('NotoSans-ExtraLightItalic.woff2') format('woff2'),
85 url('NotoSans-ExtraLightItalic.woff') format('woff');
86 font-weight: 200;
87 font-style: italic;
88 font-display: swap;
89}
90
91@font-face {
92 font-family: 'Noto Sans';
93 src: url('NotoSans-Light.woff2') format('woff2'),
94 url('NotoSans-Light.woff') format('woff');
95 font-weight: 300;
96 font-style: normal;
97 font-display: swap;
98}
99
100@font-face {
101 font-family: 'Noto Sans';
102 src: url('NotoSans-ExtraLight.woff2') format('woff2'),
103 url('NotoSans-ExtraLight.woff') format('woff');
104 font-weight: 200;
105 font-style: normal;
106 font-display: swap;
107}
108
109@font-face {
110 font-family: 'Noto Sans';
111 src: url('NotoSans-Medium.woff2') format('woff2'),
112 url('NotoSans-Medium.woff') format('woff');
113 font-weight: 500;
114 font-style: normal;
115 font-display: swap;
116}
117
118@font-face {
119 font-family: 'Noto Sans';
120 src: url('NotoSans-Regular.woff2') format('woff2'),
121 url('NotoSans-Regular.woff') format('woff');
122 font-weight: normal;
123 font-style: normal;
124 font-display: swap;
125}
126
127@font-face {
128 font-family: 'Noto Sans';
129 src: url('NotoSans-MediumItalic.woff2') format('woff2'),
130 url('NotoSans-MediumItalic.woff') format('woff');
131 font-weight: 500;
132 font-style: italic;
133 font-display: swap;
134}
135
136@font-face {
137 font-family: 'Noto Sans';
138 src: url('NotoSans-SemiBoldItalic.woff2') format('woff2'),
139 url('NotoSans-SemiBoldItalic.woff') format('woff');
140 font-weight: 600;
141 font-style: italic;
142 font-display: swap;
143}
144
145@font-face {
146 font-family: 'Noto Sans';
147 src: url('NotoSans-SemiBold.woff2') format('woff2'),
148 url('NotoSans-SemiBold.woff') format('woff');
149 font-weight: 600;
150 font-style: normal;
151 font-display: swap;
152}
153
154@font-face {
155 font-family: 'Noto Sans';
156 src: url('NotoSans-Thin.woff2') format('woff2'),
157 url('NotoSans-Thin.woff') format('woff');
158 font-weight: 100;
159 font-style: normal;
160 font-display: swap;
161}
162