From b941697860bac7d649abcb3699511bb26422f59c Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Thu, 15 Jan 2026 18:38:39 -0500 Subject: font stack; tweak spacing --- themes/aoidh/assets/aoidh.css | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) (limited to 'themes/aoidh') diff --git a/themes/aoidh/assets/aoidh.css b/themes/aoidh/assets/aoidh.css index f36779a..1eb811d 100644 --- a/themes/aoidh/assets/aoidh.css +++ b/themes/aoidh/assets/aoidh.css @@ -21,14 +21,14 @@ html { body { margin: 1rem auto; - padding: 1rem; + padding: 1rem .5rem; max-width: var(--pagewidth); border: 1px solid var(--dark-yellow); box-shadow: 2px 2px var(--dark-yellow); } body { - font-family: serif; + font-family: 'IBM Plex Serif', Charter, 'Bitstream Charter', 'Sitka Text', serif; font-weight: 400; line-height: 1.35em; text-rendering: optimizeLegibility; @@ -127,8 +127,8 @@ h3 { } h1, h2, h3 { - margin-block-start: 1em; - margin-block-end: .5em; + margin-block-start: .8em; + margin-block-end: .4em; } table { @@ -152,7 +152,7 @@ th, td { } th { - font-weight: 450; + font-weight: 500; } footer { @@ -213,3 +213,13 @@ iframe { border: 1px solid var(--dark-yellow); box-shadow: 2px 2px var(--dark-yellow); } + +code { + font-family: 'IBM Plex Mono', 'Source Code Pro', monospace; + font-size: .9em; +} + +.mono { + font-family: 'IBM Plex Mono', 'Source Code Pro', monospace; + font-size: .9em; +} -- cgit v1.2.3