From 0f1d2f0f043608ecd77ed740331b6c4b6a464473 Mon Sep 17 00:00:00 2001 From: quenousimporte Date: Tue, 28 Nov 2023 15:25:56 +0100 Subject: [PATCH] changed: helvetica font by default to avoid italics issue on Windows --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 684b504..52f5651 100644 --- a/style.css +++ b/style.css @@ -10,7 +10,7 @@ body { margin-left: 7%; margin-right: 7%; background: white; - font-family: system-ui; + font-family: helvetica, system-ui; caret-color: var(--accent); color: var(--black); }