From 93e0b1aa9be8e1f198d798e7b5d5df57fef4b15d Mon Sep 17 00:00:00 2001 From: Johannes Stoelp Date: Tue, 29 Aug 2023 21:14:15 +0200 Subject: sass: merge header style, add additional font --- sass/site.scss | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'sass') 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; } -- cgit v1.2.3