Self-host Google Fonts instead of CDN @import #42

Open
opened 2026-06-06 19:58:17 +00:00 by tonym · 0 comments

Severity: low
Category: infra
Location: static/style.css:2

Problem

@import from fonts.googleapis.com hits the network every load (latency + privacy) and breaks the design if the NAS loses outbound internet.

Suggested fix

Download DM Sans / DM Serif Display to static/fonts and use local @font-face.

Filed by automated code review.

**Severity:** low **Category:** infra **Location:** `static/style.css:2` ### Problem `@import` from fonts.googleapis.com hits the network every load (latency + privacy) and breaks the design if the NAS loses outbound internet. ### Suggested fix Download DM Sans / DM Serif Display to static/fonts and use local @font-face. _Filed by automated code review._
tonym added the
infra
severity:low
labels 2026-06-06 19:58:17 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: bonna61/Moon-Household-Budget#42
No description provided.