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