diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2026-03-16 17:02:46 -0400 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2026-03-16 17:02:46 -0400 |
| commit | 4763716990130392a9cd03242804f6e405d5add6 (patch) | |
| tree | 9aa08bce84b761e4c60b297f79233884cd4e17a4 /assets/aoidh.css | |
| parent | 18d0eb02ee0e9f199ff755d58dea7d523838f3c7 (diff) | |
| download | aoidh-4763716990130392a9cd03242804f6e405d5add6.zip | |
et-book font
Diffstat (limited to 'assets/aoidh.css')
| -rw-r--r-- | assets/aoidh.css | 16 |
1 files changed, 1 insertions, 15 deletions
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; } |