Compare commits

...
4 changed files with 3 additions and 3 deletions
+1
View File
@@ -1,3 +1,4 @@
* text eol=lf
*.png binary
*.ico binary
*.woff2 binary
+1 -1
View File
@@ -13,7 +13,7 @@ export default function Document() {
{/* preload fonts */}
<link
rel="preload"
href="/AlphaLyrae-Medium.woff2"
href="/AlphaLyrae.woff2"
as="font"
type="font/woff2"
/>
+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.woff2') format('woff2');
}
@tailwind base;