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",
|
"type": "module",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
@@ -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;
|
||||||
}
|
}
|
||||||
@@ -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"] {
|
||||||
|
|||||||
Reference in New Issue
Block a user