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

Configure Feed

Select the types of activity you want to include in your feed.

Update README.md

authored by

devin and committed by
GitHub
4a417b1f 9216b323

+28 -2
+28 -2
README.md
··· 1 - # dev.css 2 - Extremely simple, small, and classless CSS framework in the style of Vercel's Geist. 1 + # intergrav/dev.css 2 + 3 + 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. 4 + 5 + ## Importing 6 + 7 + In your HTML's `<head>` all you have to do is this, and you're done! 8 + 9 + ```html 10 + <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/intergrav/dev.css@1/dev.min.css"> 11 + ``` 12 + 13 + 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. 14 + 15 + ### Geist Font 16 + 17 + ```html 18 + <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/intergrav/fonts@1/serve/geist.min.css"> 19 + ``` 20 + ```html 21 + <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/intergrav/fonts@1/serve/geist-mono.min.css"> 22 + ``` 23 + 24 + ### Inter Font 25 + 26 + ```html 27 + <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/intergrav/fonts@1/serve/inter.min.css"> 28 + ```