···2526dev.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).
2728-## Importing
002930To use dev.css in your HTML, simply add the following line to the `<head>` section of your HTML file:
31···35 href="https://cdn.jsdelivr.net/npm/@intergrav/dev.css@4"
36/>
37```
0000000000003839You 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.
40
···2526dev.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).
2728+## Installing
29+30+### HTML import
3132To use dev.css in your HTML, simply add the following line to the `<head>` section of your HTML file:
33···37 href="https://cdn.jsdelivr.net/npm/@intergrav/dev.css@4"
38/>
39```
40+41+### `npm`, `pnpm`, etc
42+43+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.
44+45+```sh
46+npm add @intergrav/dev.css
47+# or
48+pnpm add @intergrav/dev.css
49+```
50+51+### Importing fonts
5253You 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.
54