[archived] collection of open-source fonts distributed with jsDelivr
CSS 100.0%
25 1 0

Clone this repository

https://tangled.org/devins.page/fonts https://tangled.org/did:plc:3xpaniu6rs7fygzthgmtuv7c/fonts
git@knot.devins.page:devins.page/fonts git@knot.devins.page:did:plc:3xpaniu6rs7fygzthgmtuv7c/fonts

For self-hosted knots, clone URLs may differ based on your setup.

Download tar.gz
README.md

intergrav/fonts#

NPM Version jsDelivr hits (npm) GitHub Repo stars

A fast, open-source CDN for open-source fonts. Inspired by xz/fonts.

You can view available fonts in the /serve directory. More fonts will be added later. If you have any suggestions, open up an issue.

Typically, web developers use custom fonts on their websites using one of two methods:

  • hosting font files on the same server as the website
  • using a central font service, such as Google Fonts or Adobe Typekit

intergrav/fonts, by comparison:

  • serves font files through jsDelivr's global content delivery network
  • is fully open source and only serves open source fonts

Importing#

In your CSS you could do:

@import url("https://cdn.jsdelivr.net/npm/@intergrav/fonts@1/serve/inter.min.css");

Or in your HTML's <head> you could do:

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@intergrav/fonts@1/serve/inter.min.css">

Replace inter with the font name, of course.