mirror of
https://github.com/GuerillaStudio/compteur-de-greve.git
synced 2024-12-18 05:41:56 +00:00
Remove font preload
This commit is contained in:
parent
39f4501ff0
commit
80226d2605
2 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
<link rel="preload" href="/img/hand-left.svg" as="image" type="image/svg+xml" />
|
||||
<link rel="preload" href="/img/hand-right.svg" as="image" type="image/svg+xml" />
|
||||
<link rel="preload" href="/fonts/Inter-Black.woff2" as="font" type="font/woff2" crossorigin />
|
||||
<link rel="preload" href="/fonts/Inter-Medium.woff2" as="font" type="font/woff2" crossorigin />
|
||||
{# <link rel="preload" href="/fonts/Inter-Black.woff2" as="font" type="font/woff2" crossorigin />
|
||||
<link rel="preload" href="/fonts/Inter-Medium.woff2" as="font" type="font/woff2" crossorigin /> #}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
// -----------------------------------------------------------
|
||||
|
||||
@font-face {
|
||||
font-display: optional;
|
||||
font-display: swap;
|
||||
font-family: Inter;
|
||||
font-weight: normal;
|
||||
src:
|
||||
|
@ -14,7 +14,7 @@
|
|||
}
|
||||
|
||||
@font-face {
|
||||
font-display: optional;
|
||||
font-display: swap;
|
||||
font-family: Inter;
|
||||
font-weight: 900;
|
||||
src:
|
||||
|
@ -25,7 +25,7 @@
|
|||
}
|
||||
|
||||
@font-face {
|
||||
font-display: optional;
|
||||
font-display: swap;
|
||||
font-family: Inter;
|
||||
font-weight: bold;
|
||||
src:
|
||||
|
|
Loading…
Reference in a new issue