added custom fonts
This commit is contained in:
+8
-5
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user