Typeset in Comic Neue

The Comic Neue font provides just the kind of playful and witty tones
that I want my website to communicate.  This is not where you go for
serious business!
This commit is contained in:
Hornwitser 2025-05-10 23:31:12 +02:00
parent 9366be0499
commit 68d2981914
9 changed files with 74 additions and 1 deletions

View file

@ -43,7 +43,7 @@ textarea:not([rows]) {
/* Overall styling */
html {
color-scheme: light dark;
font-family: sans-serif;
font-family: "Comic Neue", sans-serif;
overflow-wrap: break-word;
scrollbar-gutter: stable;
}
@ -57,6 +57,7 @@ hgroup p {
}
h1, h2, h3, h4 {
font-family: "Comic Neue", sans-serif;
margin-block-start: 1.25em;
margin-block-end: 0.5em;
}