css: attempt to add custom font

This commit is contained in:
2026-02-24 06:06:40 -06:00
parent 0b367bba27
commit 39b848b126
8 changed files with 157 additions and 4 deletions
+4 -1
View File
@@ -46,10 +46,13 @@
@define-color alt_orange #af3a03;
*/
@font-face {
font-family: "Departure Mono";
src: url("assets/DepartureMono/DepartureMono-Regular.woff");
body {
font-family: "Noto Sans Symbols", sans-serif;
font-family: "Departure Mono", sans-serif;
font-optical-sizing: auto;
font-weight: 400;
color: #8c7862;