diff options
author | Johannes Stoelp <johannes.stoelp@gmail.com> | 2023-08-29 21:14:15 +0200 |
---|---|---|
committer | Johannes Stoelp <johannes.stoelp@gmail.com> | 2023-08-29 21:14:15 +0200 |
commit | 93e0b1aa9be8e1f198d798e7b5d5df57fef4b15d (patch) | |
tree | da17a438b8cd62558e09c43abbf10add72a2c62a | |
parent | b2f0f80aa5acbc710beca47114145b50aaa84f7d (diff) | |
download | blog-93e0b1aa9be8e1f198d798e7b5d5df57fef4b15d.tar.gz blog-93e0b1aa9be8e1f198d798e7b5d5df57fef4b15d.zip |
sass: merge header style, add additional font
-rw-r--r-- | sass/site.scss | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sass/site.scss b/sass/site.scss index 390ecf6..506e2c4 100644 --- a/sass/site.scss +++ b/sass/site.scss @@ -20,7 +20,7 @@ $color-link : #50fa7b; html { background-color: $color-bg; color: $color-fg; - font-family: "Source Code Pro", "Liberation Mono", monospace, sans-serif; + font-family: "Source Code Pro", "MesloLGS NF", "Liberation Mono", monospace, sans-serif; font-size: clamp(13px, 2vw, 16px); } @@ -38,11 +38,7 @@ h1, h2, h3, h4, h5, h6 { font-size: 1rem; } -h1 { - padding-top: 1rem; -} - -h2 { +h1, h2 { padding-top: 1rem; } |