Load css with preload to not block the page initial rendering
This commit is contained in:
parent
70458fca19
commit
604cd27f80
2 changed files with 24 additions and 7 deletions
2
static/assets/css/fontello.css
vendored
2
static/assets/css/fontello.css
vendored
|
@ -7,7 +7,7 @@
|
|||
url('../font/fontello.ttf?91505657') format('truetype'),
|
||||
url('../font/fontello.svg?91505657#fontello') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-style: swap;
|
||||
}
|
||||
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
|
||||
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue