From ae5596b86d59bf1d230c51c70929a811ecef6465 Mon Sep 17 00:00:00 2001 From: Rudis Muiznieks Date: Mon, 21 Oct 2024 14:34:21 -0500 Subject: [PATCH] fixed article fonts too --- article.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/article.css b/article.css index c7a6c06..d4980db 100644 --- a/article.css +++ b/article.css @@ -47,7 +47,7 @@ table { } body { - font-family: Charter, 'Bitstream Charter', 'Sitka Text', Cambria, serif; + font-family: serif; background-color: #eff1f5; color: #1e1e2e; } @@ -98,7 +98,7 @@ img { } code { - font-family: ui-monospace, 'Cascadia Code', 'Source Code Pro', Menlo, Consolas, 'DejaVu Sans Mono', monospace; + font-family: monospace; } pre {