Skip to content

Commit b6c7752

Browse files
committed
feat: preload pixelify font
1 parent 9fbea63 commit b6c7752

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

angular-hub/index.html

+6
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@
1717
<link rel="icon" type="image/x-icon" href="/assets/favicon.ico" />
1818
<link rel="stylesheet" href="/src/styles.scss" />
1919
<link rel="manifest" href="manifest.webmanifest" />
20+
<link
21+
rel="preload"
22+
href="/assets/fonts/PixelifySans-Regular.ttf"
23+
as="font"
24+
crossorigin
25+
/>
2026
<script type="application/ld+json"></script>
2127
</head>
2228
<body>

0 commit comments

Comments
 (0)