feat(speed): improve loading speed of static resource

This commit is contained in:
Dillon
2020-03-09 21:14:12 +08:00
parent 9f1b06f0a7
commit 836fe1612f
15 changed files with 8 additions and 7 deletions

View File

@@ -8,5 +8,4 @@
text-rendering: auto; // optimizelegibility throws things off #1094
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

View File

@@ -12,4 +12,5 @@
// src: url('#{$fa-font-path}/ForkAwesome.otf') format('opentype'); // used when developing fonts
font-weight: normal;
font-style: normal;
font-display: swap;
}