File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -92,8 +92,7 @@ $weight-semibold: 600;
9292 font-family : " Inter" ;
9393 font-style : normal ;
9494 font-weight : 400 ;
95- font-display : " swap" ;
96- src : url (../webfonts/Inter/Inter-normal-400 );
95+ font-display : swap ;
9796 src :
9897 local (" Inter" ),
9998 url (../webfonts/Inter/Inter-normal-400.ttf ) format (" truetype" ),
@@ -106,7 +105,7 @@ $weight-semibold: 600;
106105 font-family : " Inter" ;
107106 font-style : normal ;
108107 font-weight : 500 ;
109- font-display : " swap" ;
108+ font-display : swap ;
110109 src :
111110 url (../webfonts/Inter/Inter-normal-500.ttf ) format (" truetype" ),
112111 url (../webfonts/Inter/Inter-normal-500.woff2 ) format (" woff2" ),
@@ -116,7 +115,7 @@ $weight-semibold: 600;
116115 font-family : " Inter" ;
117116 font-style : normal ;
118117 font-weight : 600 ;
119- font-display : " swap" ;
118+ font-display : swap ;
120119 src :
121120 url (../webfonts/Inter/Inter-normal-600.ttf ) format (" truetype" ),
122121 url (../webfonts/Inter/Inter-normal-600.woff2 ) format (" woff2" ),
You can’t perform that action at this time.
0 commit comments