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

feat: use system monospace font

uses https://github.com/xz/new.css/issues/86

+2 -1
+2 -1
dev.css
··· 29 --dc-font-sans: "Geist", "Inter", system-ui, -apple-system, BlinkMacSystemFont, 30 "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", 31 sans-serif; 32 - --dc-font-mono: "Geist Mono", monospace; 33 34 /* light colors */ 35 --dc-cs: light;
··· 29 --dc-font-sans: "Geist", "Inter", system-ui, -apple-system, BlinkMacSystemFont, 30 "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", 31 sans-serif; 32 + --dc-font-mono: "Geist Mono", ui-monospace, Consolas, Monaco, "Ubuntu Mono", 33 + "Liberation Mono", "Courier New", Courier, monospace; 34 35 /* light colors */ 36 --dc-cs: light;