File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 7
7
url (' ../fonts/OpenSans-Regular.ttf' ) format (' truetype' );
8
8
font-weight : normal ;
9
9
font-style : normal ;
10
- font-display : auto ;
10
+ font-display : fallback ;
11
11
}
12
12
13
13
@font-face {
19
19
url (' ../fonts/OpenSans-Bold.ttf' ) format (' truetype' );
20
20
font-weight : bold ;
21
21
font-style : normal ;
22
- font-display : auto ;
22
+ font-display : fallback ;
23
23
}
24
24
25
25
@font-face {
31
31
url (' ../fonts/OpenSans-ExtraBold.ttf' ) format (' truetype' );
32
32
font-weight : 800 ;
33
33
font-style : normal ;
34
- font-display : auto ;
34
+ font-display : fallback ;
35
35
}
36
36
37
37
@font-face {
43
43
url (' ../fonts/OpenSans-Light.ttf' ) format (' truetype' );
44
44
font-weight : 300 ;
45
45
font-style : normal ;
46
- font-display : auto ;
46
+ font-display : fallback ;
47
47
}
48
48
49
49
@font-face {
55
55
url (' ../fonts/OpenSans-SemiBold.ttf' ) format (' truetype' );
56
56
font-weight : 600 ;
57
57
font-style : normal ;
58
- font-display : auto ;
58
+ font-display : fallback ;
59
59
}
You can’t perform that action at this time.
0 commit comments