···13In your HTML's `<head>` all you have to write is this, and you're done! (`.min` means to minify the file)
1415```html
16-<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@intergrav/dev.css@1">
17```
1819I 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.
···13In your HTML's `<head>` all you have to write is this, and you're done! (`.min` means to minify the file)
1415```html
16+<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@intergrav/dev.css@2">
17```
1819I 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.
+1-1
package.json
···1{
2 "name": "@intergrav/dev.css",
3- "version": "2.0.0",
4 "description": "Extremely simple, small, classless CSS framework in the style of Vercel's Geist design system. Fork of xz/new.css.",
5 "main": "dev.css",
6 "repository": {
···1{
2 "name": "@intergrav/dev.css",
3+ "version": "2.0.1",
4 "description": "Extremely simple, small, classless CSS framework in the style of Vercel's Geist design system. Fork of xz/new.css.",
5 "main": "dev.css",
6 "repository": {