fix: alpha lyrae font not working in woff2

This commit is contained in:
Matthew Russell
2023-12-19 12:33:03 +00:00
parent 0af1d0ba82
commit 6593ce3d7e
4 changed files with 3 additions and 4 deletions
+2 -2
View File
@@ -13,9 +13,9 @@ export default function Document() {
{/* preload fonts */}
<link
rel="preload"
href="/AlphaLyrae-Medium.woff2"
href="/AlphaLyrae-Medium.woff"
as="font"
type="font/woff2"
type="font/woff"
/>
{/* icons */}
+1 -2
View File
@@ -4,8 +4,7 @@
/** Load AlphaLyrae font */
@font-face {
font-family: AlphaLyrae;
src: url('/AlphaLyrae-Medium.woff2') format('woff2'),
url('/AlphaLyrae-Medium.woff') format('woff');
src: url('/AlphaLyrae-Medium.woff') format('woff');
}
@tailwind base;
Binary file not shown.
Binary file not shown.