Self-host all fonts on inga + change-check (drop Google Fonts CDN)

B612 Mono 400/700 + DM Sans 700 downloaded to assets/fonts; @font-face in
inga.css / style.css; preloads replace the render-blocking Google stylesheet.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-07-07 07:47:33 -07:00
parent 95325e5785
commit 9ba2e233f2
7 changed files with 12 additions and 6 deletions
+2
View File
@@ -1,3 +1,5 @@
@font-face{font-family:'B612 Mono';font-style:normal;font-weight:400;font-display:swap;src:url('assets/fonts/b612mono-400.woff2') format('woff2')}
@font-face{font-family:'B612 Mono';font-style:normal;font-weight:700;font-display:swap;src:url('assets/fonts/b612mono-700.woff2') format('woff2')}
/* ============================================================
Inga page components — layered on the OC design system.
Reuses tokens + base/nav/band/footer from style.css.