bambuddy/static/fonts
maziggy 17e39921bb fix(pwa): add in-app install button and self-host the Inter font (#1460)
Bambuddy installed as a PWA on desktop but not on Android. Two causes:

  - Chrome for Android removed the automatic install banner in Chrome 108.
    With no beforeinstallprompt handler, Android had no install path. New
    InstallAppButton captures the event and re-fires it from the sidebar.
  - index.css pulled Inter from fonts.googleapis.com: breaks offline, trips
    CSP, and the service worker answered the failed cross-origin request
    with cached index.html. Inter is now self-hosted; the SW skips all
    cross-origin requests and caches the font; CSP drops the Google hosts.
2026-05-22 07:40:44 +02:00
..
inter-latin-ext.woff2 fix(pwa): add in-app install button and self-host the Inter font (#1460) 2026-05-22 07:40:44 +02:00
inter-latin.woff2 fix(pwa): add in-app install button and self-host the Inter font (#1460) 2026-05-22 07:40:44 +02:00