generated from nhcarrigan/template
feat: new font
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "magical-metal",
|
||||
"name": "documentation",
|
||||
"type": "module",
|
||||
"version": "0.0.1",
|
||||
"scripts": {
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
@@ -2,6 +2,7 @@
|
||||
--primary-color: #8F2447;
|
||||
--background-color: #E1F6F9DC;
|
||||
--sl-color-text-accent: #8F2447;
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
html[data-theme="dark"] {
|
||||
|
||||
Reference in New Issue
Block a user