v0.24.31-beta: stop requesting Google Fonts
index.html linked the Geist font from fonts.googleapis.com, with preconnects
to Google. The app's own CSP (style-src/font-src 'self') blocks it, so the
font never loaded: pages always rendered in the system font fallback, while
every page load still made the browser reach out to Google. That request was
not covered by Dark Site Mode.
Removed the three lines. Rendering is unchanged (verified: no font face was
loaded before or after), and the page makes no Google requests.
Co-Authored-By: Claude Opus 5.5 noreply@anthropic.com
Container image: ghcr.io/2gt-media-group-llc/mikrotik-manager:0.24.31-beta
Documentation: https://2gt-media-group-llc.github.io/mikrotik-manager/