File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 12
12
font-family : "Inter" ;
13
13
font-style : normal;
14
14
font-weight : 100 900 ;
15
+ font-feature-settings : "calt" 0 ;
15
16
16
17
src : url ("fonts/inter-latin.woff2" ) format ("woff2" );
17
18
font-display : swap;
25
26
font-family : "Inter" ;
26
27
font-style : italic;
27
28
font-weight : 100 900 ;
29
+ font-feature-settings : "calt" 0 ;
28
30
29
31
src : url ("fonts/inter-italic-latin.woff2" ) format ("woff2" );
30
32
font-display : swap;
40
42
font-family : "Inter" ;
41
43
font-style : normal;
42
44
font-weight : 100 900 ;
45
+ font-feature-settings : "calt" 0 ;
43
46
44
47
src : url ("fonts/inter-latin-extended.woff2" ) format ("woff2" );
45
48
font-display : swap;
53
56
font-family : "Inter" ;
54
57
font-style : italic;
55
58
font-weight : 100 900 ;
59
+ font-feature-settings : "calt" 0 ;
56
60
57
61
src : url ("fonts/inter-italic-latin-extended.woff2" ) format ("woff2" );
58
62
font-display : swap;
68
72
font-family : "Inter" ;
69
73
font-style : normal;
70
74
font-weight : 100 900 ;
75
+ font-feature-settings : "calt" 0 ;
71
76
72
77
src : url ("fonts/inter-cyrillic.woff2" ) format ("woff2" );
73
78
font-display : swap;
78
83
font-family : "Inter" ;
79
84
font-style : italic;
80
85
font-weight : 100 900 ;
86
+ font-feature-settings : "calt" 0 ;
81
87
82
88
src : url ("fonts/inter-italic-cyrillic.woff2" ) format ("woff2" );
83
89
font-display : swap;
Original file line number Diff line number Diff line change 3
3
html {
4
4
font-family : var (--font-family-text );
5
5
font-size : var (--font-size-normal );
6
+ font-feature-settings : "calt" 0 ;
6
7
font-variant-alternates : styleset (disambiguation);
7
8
8
9
line-height : var (--font-line-normal );
You can’t perform that action at this time.
0 commit comments