From 128cdebcd2b6adbbe5ef4a0f20367b8f7dded84f Mon Sep 17 00:00:00 2001 From: Adrian Wannenmacher Date: Thu, 5 Mar 2026 03:02:25 +0100 Subject: [PATCH] set font more explicitly --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 188e013..05628f5 100644 --- a/style.css +++ b/style.css @@ -129,7 +129,7 @@ html { html { height: 100%; - font-family: sans-serif; + font-family: "Dejavu Sans", sans-serif; color: var(--color-text); background-color: var(--color-background); }