feat: new font

This commit is contained in:
2025-10-29 13:26:15 -07:00
parent b9e8777c6f
commit dafa7ded0e
3 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
{ {
"name": "magical-metal", "name": "documentation",
"type": "module", "type": "module",
"version": "0.0.1", "version": "0.0.1",
"scripts": { "scripts": {
+3 -3
View File
@@ -1,8 +1,8 @@
@font-face { @font-face {
font-family: "OpenDyslexic Mono"; 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");
} }
* { * {
font-family: "OpenDyslexic Mono", monospace !important; font-family: "Vampyr", monospace !important;
} }
+1
View File
@@ -2,6 +2,7 @@
--primary-color: #8F2447; --primary-color: #8F2447;
--background-color: #E1F6F9DC; --background-color: #E1F6F9DC;
--sl-color-text-accent: #8F2447; --sl-color-text-accent: #8F2447;
font-size: 18px;
} }
html[data-theme="dark"] { html[data-theme="dark"] {