chore: update font to Vampyr
Node.js CI / Lint and Test (push) Successful in 1m38s

This commit is contained in:
2025-10-29 18:54:05 -07:00
parent fa11924663
commit 865b11ed21
+3 -3
View File
@@ -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;