···27Or in your HTML's `<head>` you could do:
2829```html
30-<link
31- rel="stylesheet"
32- href="https://cdn.jsdelivr.net/npm/@intergrav/fonts@1/serve/inter.min.css"
33-/>
34```
3536Replace `inter` with the font name, of course.
···27Or in your HTML's `<head>` you could do:
2829```html
30+<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@intergrav/fonts@1/serve/inter.min.css">
00031```
3233Replace `inter` with the font name, of course.