preload fonts

This commit is contained in:
metacryst
2026-01-05 05:57:40 -06:00
parent 62c0ef7551
commit eced0b72d1

View File

@@ -7,16 +7,23 @@
<link rel="stylesheet" href="/_/code/shared.css">
<link
rel="preload"
href="/_/fonts/BonaNova/BonaNova-Regular.woff"
href="/_/fonts/Canterbury/Canterbury.ttf"
as="font"
type="font/woff2"
type="font/truetype"
crossorigin
>
<link
rel="preload"
href="/_/fonts/BonaNova/BonaNova-Bold.woff"
href="/_/fonts/Nabla/Nabla-Regular.ttf"
as="font"
type="font/woff"
type="font/truetype"
crossorigin
>
<link
rel="preload"
href="/_/fonts/Nanum/NanumGothicCoding-Regular.ttf"
as="font"
type="font/truetype"
crossorigin
>
<style>