From 424da2a2992daad64d709b3f55cb3d664cb0c567 Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Mon, 23 Jan 2023 22:31:01 -0500 Subject: undo that experiment Signed-off-by: Xe Iaso --- static/css/hack.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'static') diff --git a/static/css/hack.css b/static/css/hack.css index 5d1b506..d9cf46e 100644 --- a/static/css/hack.css +++ b/static/css/hack.css @@ -8,10 +8,10 @@ html { text-rendering: geometricPrecision; } body { - font-size: 1.125rem; + font-size: 1rem; line-height: 1.75rem; margin: 0; - font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif; + font-family: Menlo, monospace; word-wrap: break-word; } ::selection { @@ -160,9 +160,9 @@ a:hover { .hack blockquote, .hack em, .hack strong { - font-size: 1.125rem; + font-size: 1rem; font-style: normal; - font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif; + font-family: Menlo, monospace; } .hack blockquote, .hack code, -- cgit v1.2.3