File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 9
9
url ("../fonts/titilliumweb-extralight-webfont.ttf" ) format ("truetype" );
10
10
font-weight : 200 ;
11
11
font-style : normal;
12
+ font-display : swap;
12
13
}
13
14
14
15
/* Light & light italic, used as regular */
21
22
url ("../fonts/titilliumweb-light-webfont.ttf" ) format ("truetype" );
22
23
font-weight : normal;
23
24
font-style : normal;
25
+ font-display : swap;
24
26
}
25
27
@font-face {
26
28
font-family : "Titillium" ;
31
33
url ("../fonts/titilliumweb-lightitalic-webfont.ttf" ) format ("truetype" );
32
34
font-weight : normal;
33
35
font-style : italic;
36
+ font-display : swap;
34
37
}
35
38
36
39
/* Semibold & semibold italic, used as bold */
43
46
url ("../fonts/titilliumweb-semibold-webfont.ttf" ) format ("truetype" );
44
47
font-weight : bold;
45
48
font-style : normal;
49
+ font-display : swap;
46
50
}
47
51
@font-face {
48
52
font-family : "Titillium" ;
53
57
url ("../fonts/titilliumweb-semibolditalic-webfont.ttf" ) format ("truetype" );
54
58
font-weight : bold;
55
59
font-style : italic;
60
+ font-display : swap;
56
61
}
You can’t perform that action at this time.
0 commit comments