1
- /* Poppins 100 Italic */
2
- @font-face {
3
- font-family : 'Poppins' ;
4
- font-style : italic;
5
- font-weight : 100 ;
6
- src : local ('Poppins ThinItalic' ), url ('./Poppins-ThinItalic.woff2' ) format ('woff2' );
7
- font-display : swap;
8
- }
9
-
10
- /* Poppins 100 */
11
- @font-face {
12
- font-family : 'Poppins' ;
13
- font-style : normal;
14
- font-weight : 100 ;
15
- src : local ('Poppins Thin' ), url ('./Poppins-Thin.woff2' ) format ('woff2' );
16
- font-display : swap;
17
- }
18
-
19
- /* Poppins 200 Italic */
20
- @font-face {
21
- font-family : 'Poppins' ;
22
- font-style : italic;
23
- font-weight : 200 ;
24
- src : local ('Poppins ExtraLightItalic' ), url ('./Poppins-ExtraLightItalic.woff2' ) format ('woff2' );
25
- font-display : swap;
26
- }
27
-
28
- /* Poppins 200 */
29
- @font-face {
30
- font-family : 'Poppins' ;
31
- font-style : normal;
32
- font-weight : 200 ;
33
- src : local ('Poppins ExtraLight' ), url ('./Poppins-ExtraLight.woff2' ) format ('woff2' );
34
- font-display : swap;
35
- }
36
-
37
1
/* Poppins 300 Italic */
38
2
@font-face {
39
3
font-family : 'Poppins' ;
123
87
src : local ('Poppins Bold' ), url ('./Poppins-Bold.woff2' ) format ('woff2' );
124
88
font-display : swap;
125
89
}
126
-
127
- /* Poppins 800 Italic */
128
- @font-face {
129
- font-family : 'Poppins' ;
130
- font-style : italic;
131
- font-weight : 800 ;
132
- src : local ('Poppins ExtraBoldItalic' ), url ('./Poppins-ExtraBoldItalic.woff2' ) format ('woff2' );
133
- font-display : swap;
134
- }
135
-
136
- /* Poppins 800 */
137
- @font-face {
138
- font-family : 'Poppins' ;
139
- font-style : normal;
140
- font-weight : 800 ;
141
- src : local ('Poppins ExtraBold' ), url ('./Poppins-ExtraBold.woff2' ) format ('woff2' );
142
- font-display : swap;
143
- }
144
-
145
- /* Poppins 900 Italic */
146
- @font-face {
147
- font-family : 'Poppins' ;
148
- font-style : italic;
149
- font-weight : 900 ;
150
- src : local ('Poppins BlackItalic' ), url ('./Poppins-BlackItalic.woff2' ) format ('woff2' );
151
- font-display : swap;
152
- }
153
-
154
- /* Poppins 900 */
155
- @font-face {
156
- font-family : 'Poppins' ;
157
- font-style : normal;
158
- font-weight : 900 ;
159
- src : local ('Poppins Black' ), url ('./Poppins-Black.woff2' ) format ('woff2' );
160
- font-display : swap;
161
- }
0 commit comments