Load css with preload to not block the page initial rendering

This commit is contained in:
Daniel Jordi 2020-07-20 15:04:17 +02:00
parent 70458fca19
commit 604cd27f80
2 changed files with 24 additions and 7 deletions

View file

@ -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 */