diff --git a/package.json b/package.json index b3c47da..c959ea8 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "magical-metal", + "name": "documentation", "type": "module", "version": "0.0.1", "scripts": { diff --git a/src/fonts/font-face.css b/src/fonts/font-face.css index 57452bd..d856154 100644 --- a/src/fonts/font-face.css +++ b/src/fonts/font-face.css @@ -1,8 +1,8 @@ @font-face { - font-family: "OpenDyslexic Mono"; - 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"); } * { - font-family: "OpenDyslexic Mono", monospace !important; + font-family: "Vampyr", monospace !important; } \ No newline at end of file diff --git a/src/styles/style.css b/src/styles/style.css index 66faae9..660e5cc 100644 --- a/src/styles/style.css +++ b/src/styles/style.css @@ -2,6 +2,7 @@ --primary-color: #8F2447; --background-color: #E1F6F9DC; --sl-color-text-accent: #8F2447; + font-size: 18px; } html[data-theme="dark"] {