Skip to content

Commit 3ddba1f

Browse files
committed
Keep the browser from preloading fonts it doesn't need
1 parent 6122121 commit 3ddba1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/latest/latest.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
<link rel="stylesheet" href="@xterm/xterm/css/xterm.css">
1717
<link rel="stylesheet" href="bootstrap-icons/font/bootstrap-icons.css">
1818
<link rel="preload" href="../common/assets/logo-64.png" as="image">
19-
<link rel="preload" href="bootstrap-icons/font/fonts/bootstrap-icons.woff" as="font" crossorigin="anonymous">
20-
<link rel="preload" href="bootstrap-icons/font/fonts/bootstrap-icons.woff2" as="font" crossorigin="anonymous">
19+
<link rel="preload" href="bootstrap-icons/font/fonts/bootstrap-icons.woff" as="font" type="font/woff" crossorigin="anonymous">
20+
<link rel="preload" href="bootstrap-icons/font/fonts/bootstrap-icons.woff2" as="font" type="font/woff2" crossorigin="anonymous">
2121
<link rel="preconnect" href="https://vyxal.github.io">
2222
<script type="module" src="scripts/main.tsx"></script>
2323
</head>

0 commit comments

Comments
 (0)