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

feat: update system font

uses the snippet from vscode (along with geist and inter in front)

+3 -2
+3 -2
dev.css
··· 26 /* 1. default configuration */ 27 :root { 28 /* font families */ 29 - --dc-font-sans: "Geist", "Inter", -apple-system, BlinkMacSystemFont, 30 - "Segoe UI", sans-serif; 31 --dc-font-mono: "Geist Mono", monospace; 32 33 /* light colors */
··· 26 /* 1. default configuration */ 27 :root { 28 /* font families */ 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 */