From 056c45ed232121a3d05a37f4c49f9cfd668c1a42 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Mon, 16 Mar 2026 17:51:05 -0400 Subject: remove webfont (too slow) --- assets/aoidh.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'assets/aoidh.css') diff --git a/assets/aoidh.css b/assets/aoidh.css index cf993a5..f0609cd 100644 --- a/assets/aoidh.css +++ b/assets/aoidh.css @@ -28,7 +28,7 @@ body { } body { - font-family: et-book, Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif; + font-family: "Palatino", "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif; line-height: 1.3em; text-rendering: optimizeLegibility; color: #000; @@ -225,6 +225,6 @@ iframe { } code, .mono { - font-family: 'IBM Plex Mono', 'Source Code Pro', monospace; + font-family: "IBM Plex Mono", "Source Code Pro", monospace; font-size: .9em; } -- cgit v1.2.3