fix: remove woff fonts
This commit is contained in:
@@ -40,9 +40,7 @@
|
|||||||
font-style: $style;
|
font-style: $style;
|
||||||
font-weight: $weight;
|
font-weight: $weight;
|
||||||
font-display: $display;
|
font-display: $display;
|
||||||
src: local("#{$variant}"),
|
src: local("#{$variant}"), url("#{$dir-fonts}/#{$variant}.woff2") format("woff2");
|
||||||
url("#{$dir-fonts}/#{$variant}.woff2") format("woff2"),
|
|
||||||
url("#{$dir-fonts}/#{$variant}.woff") format("woff");
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user