···11-# dev.css
22-Extremely simple, small, and classless CSS framework in the style of Vercel's Geist.
11+# intergrav/dev.css
22+33+Extremely simple, small, classless CSS framework in the style of Vercel's Geist. It weighs only ***~5.0kb***, and makes any plain HTML file look great.
44+55+## Importing
66+77+In your HTML's `<head>` all you have to do is this, and you're done!
88+99+```html
1010+<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/intergrav/dev.css@1/dev.min.css">
1111+```
1212+1313+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.
1414+1515+### Geist Font
1616+1717+```html
1818+<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/intergrav/fonts@1/serve/geist.min.css">
1919+```
2020+```html
2121+<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/intergrav/fonts@1/serve/geist-mono.min.css">
2222+```
2323+2424+### Inter Font
2525+2626+```html
2727+<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/intergrav/fonts@1/serve/inter.min.css">
2828+```