added custom fonts

This commit is contained in:
2023-09-06 18:40:07 -07:00
parent 8a954278e3
commit 6642a4992c
2 changed files with 12 additions and 20 deletions
+8 -5
View File
@@ -1,15 +1,17 @@
@import url(/fonts/fonts.css);
$bg-color: #F3F8F1;
$primary-color: #D7263D;
$secondary-color: #984EA3;
html {
font-family: "Iosevka", sans;
font-family: "SpaceGrotesk";
background-color: $bg-color;
}
a {
color: $primary-color;
text-decoration: none;
color: $primary-color;
text-decoration: none;
}
a:hover {
@@ -163,6 +165,7 @@ img {
code {
color: white;
background-color: #212121;
font-family: monospace;
padding: 0 3px;
font-size: 1rem;
font-family: "PressStart";
padding: .1rem .3rem .2rem;
}