7
7
font-display : swap ;
8
8
}
9
9
10
+ @font-face {
11
+ font-family : ' Open Sans' ;
12
+ src : url (' ../fonts/OpenSans-Italic.woff2' ) format (' woff2' ),
13
+ url (' ../fonts/OpenSans-Italic.woff' ) format (' woff' );
14
+ font-weight : normal ;
15
+ font-style : italic ;
16
+ font-display : swap ;
17
+ }
18
+
10
19
@font-face {
11
20
font-family : ' Open Sans' ;
12
21
src : url (' ../fonts/OpenSans-Bold.woff2' ) format (' woff2' ),
16
25
font-display : swap ;
17
26
}
18
27
28
+ @font-face {
29
+ font-family : ' Open Sans' ;
30
+ src : url (' ../fonts/OpenSans-BoldItalic.woff2' ) format (' woff2' ),
31
+ url (' ../fonts/OpenSans-BoldItalic.woff' ) format (' woff' );
32
+ font-weight : bold ;
33
+ font-style : italic ;
34
+ font-display : swap ;
35
+ }
36
+
19
37
@font-face {
20
38
font-family : ' Open Sans' ;
21
39
src : url (' ../fonts/OpenSans-ExtraBold.woff2' ) format (' woff2' ),
25
43
font-display : swap ;
26
44
}
27
45
46
+ @font-face {
47
+ font-family : ' Open Sans' ;
48
+ src : url (' ../fonts/OpenSans-ExtraBoldItalic.woff2' ) format (' woff2' ),
49
+ url (' ../fonts/OpenSans-ExtraBoldItalic.woff' ) format (' woff' );
50
+ font-weight : 800 ;
51
+ font-style : italic ;
52
+ font-display : swap ;
53
+ }
54
+
28
55
@font-face {
29
56
font-family : ' Open Sans' ;
30
57
src : url (' ../fonts/OpenSans-Light.woff2' ) format (' woff2' ),
34
61
font-display : swap ;
35
62
}
36
63
64
+ @font-face {
65
+ font-family : ' Open Sans' ;
66
+ src : url (' ../fonts/OpenSans-LightItalic.woff2' ) format (' woff2' ),
67
+ url (' ../fonts/OpenSans-LightItalic.woff' ) format (' woff' );
68
+ font-weight : 300 ;
69
+ font-style : italic ;
70
+ font-display : swap ;
71
+ }
72
+
37
73
@font-face {
38
74
font-family : ' Open Sans' ;
39
75
src : url (' ../fonts/OpenSans-SemiBold.woff2' ) format (' woff2' ),
40
76
url (' ../fonts/OpenSans-SemiBold.woff' ) format (' woff' );
41
77
font-weight : 600 ;
42
78
font-style : normal ;
43
79
font-display : swap ;
80
+ }
81
+
82
+ @font-face {
83
+ font-family : ' Open Sans' ;
84
+ src : url (' ../fonts/OpenSans-SemiBoldItalic.woff2' ) format (' woff2' ),
85
+ url (' ../fonts/OpenSans-SemiBoldItalic.woff' ) format (' woff' );
86
+ font-weight : 600 ;
87
+ font-style : italic ;
88
+ font-display : swap ;
44
89
}
0 commit comments