mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-06 23:07:56 +08:00
Added font-display:swap to glyphs font
Since we use more correct unicode points, we improve performance score from 92% to 93%
This commit is contained in:
parent
b57493bf0a
commit
2a174d9114
1 changed files with 1 additions and 1 deletions
2
vendors/fontastic/styles.css
vendored
2
vendors/fontastic/styles.css
vendored
|
@ -5,7 +5,7 @@
|
||||||
src: url("fonts/snappymail.woff2") format("woff2"), url("fonts/snappymail.woff") format("woff");
|
src: url("fonts/snappymail.woff2") format("woff2"), url("fonts/snappymail.woff") format("woff");
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
|
font-display: swap;
|
||||||
}
|
}
|
||||||
|
|
||||||
[class^="icon-"]::before,
|
[class^="icon-"]::before,
|
||||||
|
|
Loading…
Reference in a new issue