From cf1c819bc2fd7b76da8ef13b3d152e626cfb785b Mon Sep 17 00:00:00 2001 From: Madison Scott-Clary Date: Sat, 22 Apr 2023 12:04:14 -0700 Subject: [PATCH] Font finagling --- content/_index.md | 2 +- static/css/clade.css | 13 ++++++++++--- themes/maddybook | 2 +- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/content/_index.md b/content/_index.md index 379063d..7d0c769 100644 --- a/content/_index.md +++ b/content/_index.md @@ -3,7 +3,7 @@ ![Clade cover](/cover.png) -> **Clade** *(n)* – /klɛ:id/ – *post-self theory* +> **Clade** *(n)* – /kleɪd/ – *post-self theory* > A group of individuals patterned off a single root consciousness, formed through branching expansion of the forking of its constituent members. > *See also: cladistics, cocladist, up-/down-/cross-tree instance, forking, post-self theory.* > — The System Central Library Encyclopedia diff --git a/static/css/clade.css b/static/css/clade.css index 32cf9b9..4dd6836 100644 --- a/static/css/clade.css +++ b/static/css/clade.css @@ -1,7 +1,13 @@ -@import url('https://fonts.googleapis.com/css2?family=Gentium+Basic:ital,wght@0,400;0,700;1,400;1,700&family=Gotu&display=swap'); +@import url('https://fonts.googleapis.com/css2?family=Gotu&family=Noto+Sans+Mono&display=swap'); -body main { - font-family: "Gentium Basic", serif; +main { + font-family: "Gentium Plus", sans-serif; +} + +.ipa { + font-family: "Noto Sans Mono", monospace; + font-size: 14pt; + font-style: normal; } h1, h2 { @@ -10,6 +16,7 @@ h1, h2 { blockquote { overflow-wrap: break-word; + text-justify: none; } ul { diff --git a/themes/maddybook b/themes/maddybook index 322b922..d675998 160000 --- a/themes/maddybook +++ b/themes/maddybook @@ -1 +1 @@ -Subproject commit 322b9227340b88ec1dc9a030742febac71a07975 +Subproject commit d67599865d19f00353c3ffbeb513cf108b3d0442