···2233[](https://www.npmjs.com/package/@intergrav/dev.css) [](https://cdn.jsdelivr.net/npm/@intergrav/dev.css/) [](https://github.com/intergrav/dev.css)
4455-Extremely simple, small, classless CSS framework in the style of Vercel's Geist. Inspired by [xz/new.css](https://github.com/xz/new.css).
55+Tiny, simple, classless CSS framework in the style of Vercel's [Geist](https://vercel.com/geist) design system. Inspired by [xz/new.css](https://github.com/xz/new.css).
6677The minified stylesheet weighs only **~4.8kb** and can make any plain HTML file look clean and modern. It also has a light and dark theme.
88···1414<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@intergrav/dev.css@2">
1515```
16161717-I also recommend adding a font through [intergrav/fonts](https://github.com/intergrav/fonts). Geist or Inter work with dev.css out of the box. It will use the default system/browser san-serif fonts otherwise.
1717+I also recommend adding a font through [intergrav/fonts](https://github.com/intergrav/fonts). Geist or Inter work with dev.css out of the box. It will use the default system/browser san-serif fonts if those are not available.
18181919### Geist Font
20202121```html
2222<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@intergrav/fonts@1/serve/geist.min.css">
2323```
2424+2525+Recommended, monospace variant:
2626+2427```html
2528<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@intergrav/fonts@1/serve/geist-mono.min.css">
2629```
+1-1
package.json
···11{
22 "name": "@intergrav/dev.css",
33 "version": "3.0.0",
44- "description": "Extremely simple, small, classless CSS framework in the style of Vercel's Geist design system",
44+ "description": "Tiny, simple, classless CSS framework in the style of Vercel's Geist design system",
55 "author": "intergrav <intergrav@proton.me> (https://intergrav.xyz)",
66 "license": "MIT",
77 "repository": "github:intergrav/dev.css",