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;