Fixing css font issue

This commit is contained in:
Aaron Powell
2026-02-04 11:47:37 +11:00
parent 05a461d68b
commit b1f627547e

View File

@@ -9,7 +9,7 @@
/* Nerd Fonts for programming language icons */ /* Nerd Fonts for programming language icons */
@font-face { @font-face {
font-family: 'Monaspace Argon NF'; font-family: 'Monaspace Argon NF';
src: url('/fonts/MonaspaceArgonNF-Regular.woff2') format('woff2'); src: url('../fonts/MonaspaceArgonNF-Regular.woff2') format('woff2');
font-weight: 400; font-weight: 400;
font-style: normal; font-style: normal;
font-display: swap; font-display: swap;