Self-host Google Fonts instead of CDN @import #42
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Severity: low
Category: infra
Location:
static/style.css:2Problem
@importfrom 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.