From f5d294a713e027a7d04615f37c3b24721dcf0fd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Mekina?= Date: Thu, 17 Apr 2025 22:44:34 +0200 Subject: [PATCH] adjust font styling for better readability --- styles/styles.css | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/styles/styles.css b/styles/styles.css index 855f9b9..9e70c47 100644 --- a/styles/styles.css +++ b/styles/styles.css @@ -81,8 +81,11 @@ body { background-size: cover; background-position: center; font-family: JetBrains Mono, "Noto Sans", sans-serif; - font-weight: lighter; - font-size: 16px; + letter-spacing: -.05em; + line-height: 1.8em; + word-spacing: .1em; + font-weight: 150; + font-size: .9em; display: flex; flex-direction: column; color: var(--fg-color); @@ -101,6 +104,10 @@ header { margin: auto; } +b { + font-weight: 600; +} + [data-layout="wide"] header { width: 90%; } @@ -248,6 +255,9 @@ footer { margin: 2em auto; margin-top: 4em; font-size: .8em; + word-spacing: 0em; + line-height: 1em; + letter-spacing: 0em; } footer>* {