Skip to content

Commit c10d4f8

Browse files
committed
web: preload the font
1 parent 953d356 commit c10d4f8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

web/src/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
<meta property="twitter:card" content="summary_large_image">
2424
<meta property="twitter:image" content="https://assets.sandydoo.me/flux/social-share-2022-07-07.jpg">
2525

26+
<link rel="preload" href="fonts/Inter-upright.var.woff2" as="font" type="font/woff2" crossorigin="">
27+
2628
<style>
2729
:root {
2830
color-scheme: dark;

0 commit comments

Comments
 (0)