From 95aa827e30c7aaac1b2544057873061229902e5e Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Wed, 8 May 2024 01:57:24 +0200 Subject: [PATCH] style: use system-ui font --- templates/threads.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/threads.html b/templates/threads.html index d989d81..5ff6e37 100644 --- a/templates/threads.html +++ b/templates/threads.html @@ -23,7 +23,7 @@ scroll-behavior: smooth; } body { - font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; + font-family: system-ui, sans-serif; max-width: 600px; margin: 0 auto; color: #232323;