From 95202f1e280168b1ce72b9c42721b3c371acf47a Mon Sep 17 00:00:00 2001 From: John O'Keefe Date: Sun, 19 Apr 2026 21:12:20 -0400 Subject: [PATCH] fix(reader): remove Comic Sans test font (system font not available on Linux) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Comic Sans MS is a system font not available on Linux. The cursive fallback rendered as a script font, giving false negatives. All 8 loaded reading fonts are serif fonts loaded via @font-face, so they intentionally look similar — font switching is confirmed working. --- templates/reader.templ | 1 - templates/reader_templ.go | 8 ++++---- web/src/reader/reader.ts | 1 - 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/templates/reader.templ b/templates/reader.templ index fee80be..6f4f7f1 100644 --- a/templates/reader.templ +++ b/templates/reader.templ @@ -259,7 +259,6 @@ templ ReaderSettingsPanel() { -