From c00fd5ac4f6313997ac4cfb45ec119e531e4172a Mon Sep 17 00:00:00 2001 From: Jeremy Date: Wed, 29 Jul 2026 13:33:49 -0400 Subject: [PATCH] fix font --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 5c2a27f..b415c2d 100644 --- a/static/style.css +++ b/static/style.css @@ -1,5 +1,5 @@ @font-face { - /* font-family: 'Ethnocentric'; */ + font-family: 'Ethnocentric'; src: url('/static/ethnocentric.otf') format('opentype'); font-weight: normal; font-style: normal;