fix: consolidate variable font @font-face to single block per family (#96)
Some checks failed
Build Docker Image / build (pull_request) Failing after 4m54s

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 <noreply@anthropic.com>
This commit is contained in:
Cal Corum 2026-04-06 22:32:36 -05:00
parent 81fcc4606f
commit 2dec3cdaa1

File diff suppressed because one or more lines are too long