Skip to content

Commit

Permalink
website: hardcode preload font links in app template
Browse files Browse the repository at this point in the history
  • Loading branch information
phaleth authored and terrablue committed May 12, 2024
1 parent e754313 commit 574eabe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/website/pages/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1" />
<meta charset="utf-8" />
%head%
<link rel="preload" href="/droid-sans-mono.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/pt-sans-400.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/pt-sans-700.woff2" as="font" type="font/woff2" crossorigin>
</head>
<body class="%color-scheme%">%body%</body>
</html>

0 comments on commit 574eabe

Please sign in to comment.