Fix display font flash
All checks were successful
Deploy Website / build-and-deploy (push) Successful in 7s

This commit is contained in:
Akshay Kolli
2026-07-02 16:45:34 -07:00
parent ff7ea74129
commit 5e22de5cce
3 changed files with 6 additions and 3 deletions

View File

@@ -1,9 +1,12 @@
@font-face {
font-family: "VT323 Local";
src: url("/fonts/VT323-Regular.ttf") format("truetype");
font-display: swap;
src:
url("/fonts/VT323-Regular.woff") format("woff"),
url("/fonts/VT323-Regular.ttf") format("truetype");
font-display: block;
font-style: normal;
font-weight: 400;
unicode-range: U+0020-007E, U+00A0, U+2013-2014, U+2018-2019, U+201C-201D, U+2026;
}
:root {

Binary file not shown.