adjust font styling for better readability

This commit is contained in:
2025-04-17 22:44:34 +02:00
parent 8d036a1a95
commit f5d294a713

View File

@@ -81,8 +81,11 @@ body {
background-size: cover; background-size: cover;
background-position: center; background-position: center;
font-family: JetBrains Mono, "Noto Sans", sans-serif; font-family: JetBrains Mono, "Noto Sans", sans-serif;
font-weight: lighter; letter-spacing: -.05em;
font-size: 16px; line-height: 1.8em;
word-spacing: .1em;
font-weight: 150;
font-size: .9em;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
color: var(--fg-color); color: var(--fg-color);
@@ -101,6 +104,10 @@ header {
margin: auto; margin: auto;
} }
b {
font-weight: 600;
}
[data-layout="wide"] header { [data-layout="wide"] header {
width: 90%; width: 90%;
} }
@@ -248,6 +255,9 @@ footer {
margin: 2em auto; margin: 2em auto;
margin-top: 4em; margin-top: 4em;
font-size: .8em; font-size: .8em;
word-spacing: 0em;
line-height: 1em;
letter-spacing: 0em;
} }
footer>* { footer>* {