···11# intergrav/fonts
2233-[](https://www.npmjs.com/package/@intergrav/fonts) [](https://cdn.jsdelivr.net/npm/@intergrav/fonts/) [](https://github.com/intergrav/fonts)
33+[](https://www.npmjs.com/package/@intergrav/fonts) [](https://cdn.jsdelivr.net/npm/@intergrav/fonts/) [](https://tangled.org/devins.page/fonts)
4455-A fast, open-source CDN for open-source fonts. You can view available fonts in the [`/serve`](https://github.com/intergrav/fonts/tree/main/serve) directory. More fonts will be added later. If you have any suggestions for general improvements or fonts, feel free to open an issue.
55+A fast, open-source CDN for open-source fonts. You can view available fonts in the [`/serve`](https://tangled.org/devins.page/fonts/tree/main/serve) directory. More fonts will be added later. If you have any suggestions for general improvements or fonts, feel free to open an issue.
6677Typically, web developers have two main methods for using custom fonts on their websites:
88···40404141### Set a font
42424343-Remember to replace `inter` in the URL with the actual font name you want to use. Visit the [`/serve`](https://github.com/intergrav/fonts/tree/main/serve) directory for fonts that you can use. You can [open an issue](https://github.com/intergrav/fonts/issues) if you need a font to be added, but remember that this project only serves open-source fonts.
4343+Remember to replace `inter` in the URL with the actual font name you want to use. Visit the [`/serve`](https://tangled.org/devins.page/fonts/tree/main/serve) directory for fonts that you can use. You can [open an issue](https://tangled.org/devins.page/fonts/issues) if you need a font to be added, but remember that this project only serves open-source fonts.
44444545If you're curious, the `.min` in the link means to ask jsDelivr to minify the file using [clean-css](https://github.com/clean-css/clean-css). It often significantly decreases the file's size at no cost, so I recommend using it.
4646