memlnaut-nisps/docs/redesign/manifold-export/tokens/fonts.css
monkey-w1n5t0n 24057e7b5f docs(redesign): Manifold research findings + design specs + build plan
Phase-1 audits (feedback-behaviour, engine-surface, design/Manifold), the
judge-panelled rl-feedback-design, dock/backends/inputs specs, the
upstream-firmware survey, the Manifold design mirror, and BUILD-PLAN.md
(resume anchor + locked decisions).
2026-06-28 04:14:12 +02:00

11 lines
491 B
CSS

/**
* Manifold — webfonts
* JetBrains Mono is the brand face. The original codebase referenced it by
* name without bundling binaries, so we load it from Google Fonts here.
*
* SUBSTITUTION NOTE: shipped via Google Fonts CDN (OFL licensed). To self-host,
* drop the .woff2 files in assets/fonts/ and replace this @import with
* local @font-face rules.
*/
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap');