···1# intergrav/dev.css
23-Extremely simple, small, classless CSS framework in the style of Vercel's Geist. It weighs only **~5kb** and makes any plain HTML file look great. It has a light and dark theme, and the header turns into a sidebar on wider displays so that you get more vertical space.
000045## Importing
6···26```html
27<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@intergrav/fonts@1/serve/inter.min.css">
28```
0000
···1# intergrav/dev.css
23+Extremely simple, small, classless CSS framework in the style of Vercel's Geist. Inspired by [xz/new.css](https://github.com/xz/new.css).
4+5+It weighs only **~5kb** and makes any plain HTML file look great.
6+7+It has a light and dark theme, and the header turns into a sidebar on wider displays so that you get more vertical space.
89## Importing
10···30```html
31<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@intergrav/fonts@1/serve/inter.min.css">
32```
33+34+## Themes
35+36+You can also use custom colors and fonts in dev.css through themes. See the `/theme` folder to view some premade ones. You can also copy the `boilerplate.css` and make a theme yourself. Simply apply it after the dev.css stylesheet.