From 865b11ed21eb8d2f00d0ab8230812121c530be29 Mon Sep 17 00:00:00 2001 From: Naomi Carrigan Date: Wed, 29 Oct 2025 18:54:05 -0700 Subject: [PATCH] chore: update font to Vampyr --- client/src/styles.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/src/styles.css b/client/src/styles.css index 7880aeb..21629fc 100644 --- a/client/src/styles.css +++ b/client/src/styles.css @@ -1,6 +1,6 @@ @font-face { - font-family: 'OpenDyslexic'; - src: url('https://cdn.nhcarrigan.com/fonts/OpenDyslexicMono-Regular.otf') format('opentype'); + font-family: 'Vampyr'; + src: url('https://cdn.nhcarrigan.com/fonts/vampyr.ttf') format('truetype'); } :root { @@ -15,7 +15,7 @@ } html { - font-family: 'OpenDyslexic', monospace; + font-family: 'Vampyr', monospace; cursor: url('https://cdn.nhcarrigan.com/cursors/cursor.cur'), auto; min-height: 100vh; min-width: 100vw;