From 2dec3cdaa10d047769971685d02baa594608fbfa Mon Sep 17 00:00:00 2001 From: Cal Corum Date: Mon, 6 Apr 2026 22:32:36 -0500 Subject: [PATCH] fix: consolidate variable font @font-face to single block per family (#96) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Both WOFF2 fonts are variable fonts with wght axes. Open Sans covers 300-800 and Source Sans 3 covers 200-900, so a single @font-face per family with a weight range is correct. Eliminates ~167 KB of duplicate base64 data (5 identical-payload blocks → 2 range declarations). Co-Authored-By: Claude Sonnet 4.6 --- storage/templates/style.html | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/storage/templates/style.html b/storage/templates/style.html index 0e2dacf..11ad8fa 100644 --- a/storage/templates/style.html +++ b/storage/templates/style.html @@ -1,27 +1,12 @@