mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
fix(fonts): preload absolute path
This commit is contained in:
+7
-1
@@ -28,7 +28,13 @@
|
|||||||
<link rel="stylesheet" href="/fa/css/solid.css" />
|
<link rel="stylesheet" href="/fa/css/solid.css" />
|
||||||
|
|
||||||
<!-- Preloads -->
|
<!-- Preloads -->
|
||||||
<link rel="preload" href="fonts/Quicksand-Bold.woff2" as="font" type="font/woff2" crossorigin />
|
<link
|
||||||
|
rel="preload"
|
||||||
|
href="/fonts/Quicksand-Bold.woff2"
|
||||||
|
as="font"
|
||||||
|
type="font/woff2"
|
||||||
|
crossorigin
|
||||||
|
/>
|
||||||
|
|
||||||
<link
|
<link
|
||||||
rel="preload"
|
rel="preload"
|
||||||
|
|||||||
Reference in New Issue
Block a user