change: Set font to Nunito

This commit is contained in:
Nicholas Novak 2025-04-03 12:02:31 -07:00
parent cae63e1c09
commit 5ee49276fd
2 changed files with 6 additions and 0 deletions

Binary file not shown.

View File

@ -10,6 +10,12 @@
}
}
@font-face {
font-family: 'Nunito';
src: url('/fonts/Nunito-VariableFont_wght.ttf') format('truetype');
}
html {
background-color: var(--bg-color);
font-family: "Nunito", sans-serif;
}