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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user