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).
11 lines
491 B
CSS
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');
|