feat: new font wooooo

This commit is contained in:
2025-10-29 12:55:10 -07:00
parent a7540edb8f
commit 791a0fab4f
+5 -4
View File
@@ -131,13 +131,14 @@ const nhcarriganHeadersStyles = document.createElement("style");
nhcarriganHeadersStyles.id = "nhcarrigan-global-styles"; nhcarriganHeadersStyles.id = "nhcarrigan-global-styles";
nhcarriganHeadersStyles.innerHTML = ` nhcarriganHeadersStyles.innerHTML = `
@font-face { @font-face {
font-family: 'OpenDyslexic'; font-family: 'Vampyr';
src: url('https://cdn.nhcarrigan.com/fonts/OpenDyslexicMono-Regular.otf') format('opentype'); src: url('https://cdn.nhcarrigan.com/fonts/vampyr.ttf') format('truetype');
} }
:root { :root {
--foreground: #8F2447; --foreground: #8F2447;
--background: #E1F6F9DC; --background: #E1F6F9DC;
font-size: 16pt;
} }
* { * {
@@ -147,7 +148,7 @@ nhcarriganHeadersStyles.innerHTML = `
} }
html { html {
font-family: 'OpenDyslexic', monospace; font-family: 'Vampyr', monospace;
cursor: url('https://cdn.nhcarrigan.com/cursors/cursor.cur'), auto; cursor: url('https://cdn.nhcarrigan.com/cursors/cursor.cur'), auto;
min-height: 100vh; min-height: 100vh;
min-width: 100vw; min-width: 100vw;
@@ -206,7 +207,7 @@ footer {
cursor: url('https://cdn.nhcarrigan.com/cursors/pointer.cur'), pointer; cursor: url('https://cdn.nhcarrigan.com/cursors/pointer.cur'), pointer;
color: var(--foreground); color: var(--foreground);
font-size: 1rem; font-size: 1rem;
font-family: 'OpenDyslexic', monospace; font-family: 'Vampyr', monospace;
} }
#show-socials-button > i, #theme-select-button > i { #show-socials-button > i, #theme-select-button > i {
font-size: 1.5rem; font-size: 1.5rem;