Remove local file check (#5544)
This commit is contained in:
+2
-4
@@ -8,16 +8,14 @@
|
|||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'InterVariable';
|
font-family: 'InterVariable';
|
||||||
src: local('InterVariable'),
|
src: url(/assets/fonts/inter/InterVariable.ttf) format('truetype');
|
||||||
url(/assets/fonts/inter/InterVariable.ttf) format('truetype');
|
|
||||||
font-weight: 300 1000;
|
font-weight: 300 1000;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'InterVariableItalic';
|
font-family: 'InterVariableItalic';
|
||||||
src: local('InterVariableItalic'),
|
src: url(/assets/fonts/inter/InterVariable-Italic.ttf) format('truetype');
|
||||||
url(/assets/fonts/inter/InterVariable-Italic.ttf) format('truetype');
|
|
||||||
font-weight: 300 1000;
|
font-weight: 300 1000;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
|
|||||||
Reference in New Issue
Block a user