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

File diff suppressed because one or more lines are too long

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;
}

View File

@@ -5,6 +5,7 @@
url('iconfont.woff?t=1581963134625') format('woff'),
url('iconfont.ttf?t=1581963134625') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
url('iconfont.svg?t=1581963134625#loveit') format('svg'); /* iOS 4.1- */
font-display: swap;
}
.loveit {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long