diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2026-03-16 17:51:05 -0400 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2026-03-16 17:51:05 -0400 |
| commit | 056c45ed232121a3d05a37f4c49f9cfd668c1a42 (patch) | |
| tree | ceddbd9fb1e8a8d69be8059e0161a126e5f4c0e7 /assets/aoidh.css | |
| parent | b4aab043b469a136b9d2fd75d61212dc067b6419 (diff) | |
| download | aoidh-056c45ed232121a3d05a37f4c49f9cfd668c1a42.zip | |
remove webfont (too slow)
Diffstat (limited to 'assets/aoidh.css')
| -rw-r--r-- | assets/aoidh.css | 4 |
1 files changed, 2 insertions, 2 deletions
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; } |