From 4763716990130392a9cd03242804f6e405d5add6 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Mon, 16 Mar 2026 17:02:46 -0400 Subject: et-book font --- assets/aoidh.css | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) (limited to 'assets/aoidh.css') diff --git a/assets/aoidh.css b/assets/aoidh.css index ddc6ee4..188ffce 100644 --- a/assets/aoidh.css +++ b/assets/aoidh.css @@ -28,8 +28,7 @@ body { } body { - font-family: 'IBM Plex Serif', Charter, 'Bitstream Charter', 'Sitka Text', serif; - font-weight: 400; + font-family: et-book, Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif; line-height: 1.3em; text-rendering: optimizeLegibility; color: #000; @@ -71,14 +70,9 @@ nav a { } li.nav-active a { - font-weight: 600; box-shadow: .2rem .2rem var(--dark-yellow); } -li.nav-ancestor a { - font-weight: 600; -} - nav a:active { box-shadow: 0 0; text-decoration: none; @@ -93,7 +87,6 @@ p { } a { - font-weight: 450; text-decoration: none; border: 1px solid transparent; } @@ -117,17 +110,14 @@ a:active { h1 { font-size: 1.15rem; - font-weight: 700 } h2 { font-size: 1.10rem; - font-weight: 600; } h3 { font-size: 1.05rem; - font-weight: 500; } h1, h2, h3 { @@ -157,10 +147,6 @@ th, td { vertical-align: middle; } -th, th * { - font-weight: 500; -} - footer { margin-top: 2rem; } -- cgit v1.2.3