···25252626dev.css was not meant for very complex websites. Although, if you need something more complex, you could build from/modify this stylesheet for your website. An example of a site that uses dev.css is [SkywardMC's wiki](https://skywardmc.org).
27272828-## Importing
2828+## Installing
2929+3030+### HTML import
29313032To use dev.css in your HTML, simply add the following line to the `<head>` section of your HTML file:
3133···3537 href="https://cdn.jsdelivr.net/npm/@intergrav/dev.css@4"
3638/>
3739```
4040+4141+### `npm`, `pnpm`, etc
4242+4343+Another way to install dev.css is to add the npm package to your project through your preferred package manager. This command adds the latest version to your project.
4444+4545+```sh
4646+npm add @intergrav/dev.css
4747+# or
4848+pnpm add @intergrav/dev.css
4949+```
5050+5151+### Importing fonts
38523953You can also load a font from [intergrav/fonts](https://github.com/intergrav/fonts#readme) (or anywhere else) if you'd like a consistent font. Geist and Inter fonts work with dev.css out of the box, other fonts will require a theme to be used. If these fonts are not available, the default system/browser sans-serif and monospace fonts will be used, such as Microsoft's Segoe UI or Apple's San Francisco.
4054