From edd7244c71eb56dde24bbdfb25018e6c4e36b403 Mon Sep 17 00:00:00 2001 From: SindreKjelsrud Date: Fri, 23 Aug 2024 12:21:46 +0200 Subject: [PATCH] :lipstick: fontchange + small css edits Signed-off-by: SindreKjelsrud --- src/styles/global.css | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/src/styles/global.css b/src/styles/global.css index f417b1c..86010be 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -24,14 +24,18 @@ html.dark { } body { - font-family: Verdana, sans-serif; - /*"Noto Sans Mono", monospace*/ + font-family: Jetbrains Mono, monospace; + /*"Noto Sans Mono", monospace*/ } p { font-size: large; } +h2, h3, h4 { + font-weight: 600; +} + /* FOOTER */ .footerbg { background-color: var(--light-bg); @@ -81,21 +85,18 @@ p { } .blog h2 { - font-size: 24px; + font-size: x-large; margin-top: 18px; - font-weight: 600; } .blog h3 { - font-size: 20px; - margin-top: 8px; - font-weight: 600; + font-size: larger; + margin-top: 18px; } .blog h4 { - font-size: 18px; - margin-top: 8px; - font-weight: 600; + font-size: large; + margin-top: 18px; } .blog table { @@ -161,12 +162,10 @@ p { /* CV */ .cv h2 { font-size: larger; - font-weight: 800; } .cv h4 { font-size: medium; - font-weight: 600; } .cv-date { @@ -215,7 +214,6 @@ p { .dark .author { color: var(--dark-2); - font-size: medium; } /* RANDOM */