tiny, simple, classless CSS framework inspired by new.css devcss.devins.page
framework lightweight css classless stylesheet

feat: update boilerplate fonts to match stylesheet's default

+4 -3
+4 -3
theme/boilerplate.user.css
··· 1 /* ==userstyle== 2 @name boilerplate for dev.css 3 - @description a template that you can modify. mostly copied from dev.css defaults. removing lines will revert to the dev.css default, for example the font lines 4 @namespace author 5 @version 1.0.0 6 @author author <author@example.com> (https://example.com) ··· 11 12 :root { 13 /* font families */ 14 - --dc-font: sans-serif; 15 - --dc-font-mono: monospace; 16 17 /* light/dark colors */ 18 --dc-cs: light dark; /* light/dark scrollbars, inputs, etc */
··· 1 /* ==userstyle== 2 @name boilerplate for dev.css 3 + @description a template that you can modify. copied from dev.css defaults. removing lines will revert to the dev.css default, for example the font lines 4 @namespace author 5 @version 1.0.0 6 @author author <author@example.com> (https://example.com) ··· 11 12 :root { 13 /* font families */ 14 + --dc-font: "Geist", "Inter", ui-sans-serif, system-ui, sans-serif; 15 + --dc-font-mono: "Geist Mono", ui-monospace, "Cascadia Code", "Source Code Pro", 16 + Menlo, Consolas, "DejaVu Sans Mono", monospace; 17 18 /* light/dark colors */ 19 --dc-cs: light dark; /* light/dark scrollbars, inputs, etc */