Skip to content

Commit

Permalink
Keep the browser from preloading fonts it doesn't need
Browse files Browse the repository at this point in the history
  • Loading branch information
gingershaped committed Nov 13, 2024
1 parent 6122121 commit 3ddba1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/latest/latest.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<link rel="stylesheet" href="@xterm/xterm/css/xterm.css">
<link rel="stylesheet" href="bootstrap-icons/font/bootstrap-icons.css">
<link rel="preload" href="../common/assets/logo-64.png" as="image">
<link rel="preload" href="bootstrap-icons/font/fonts/bootstrap-icons.woff" as="font" crossorigin="anonymous">
<link rel="preload" href="bootstrap-icons/font/fonts/bootstrap-icons.woff2" as="font" crossorigin="anonymous">
<link rel="preload" href="bootstrap-icons/font/fonts/bootstrap-icons.woff" as="font" type="font/woff" crossorigin="anonymous">
<link rel="preload" href="bootstrap-icons/font/fonts/bootstrap-icons.woff2" as="font" type="font/woff2" crossorigin="anonymous">
<link rel="preconnect" href="https://vyxal.github.io">
<script type="module" src="scripts/main.tsx"></script>
</head>
Expand Down

0 comments on commit 3ddba1f

Please sign in to comment.