Skip to content

v1.7.2 - Self-hosted fonts (F-Droid)

Choose a tag to compare

@Limekana Limekana released this 25 Jul 17:45
· 113 commits to main since this release
190187b

Self-hosted fonts — F-Droid offline-safe first paint.

Space Grotesk and Inter are now bundled inside the APK instead of being pulled
from fonts.googleapis.com on startup. The Google Fonts stylesheet was
render-blocking: on a device that cannot reach Google (offline, or a user who
firewalls Google endpoints) the WebView's first paint stalled on that request
and the app sat on the native splash screen. The third-party call is also
disallowed for F-Droid inclusion.

These are the same variable woff2 files Google served (Space Grotesk 300–700,
Inter 100–900), declared via @font-face with font-display: swap, so
rendering is unchanged. The preconnect links and the
fonts.googleapis.com / fonts.gstatic.com CSP entries are gone.


NexusCommandCenter-1.7.2.apk — versionCode 26, signed with the shared
Limecore release certificate
(SHA-256 27e17d1fba157da6eacde58485aab56066200cc45ad00bd518d828367ec155e4).
This is the binary F-Droid's reproducible-build check compares against for
fdroiddata!41550.