From 1bb737c36ba6cddfe92d4e42056f67e10052f314 Mon Sep 17 00:00:00 2001 From: devin Date: Mon, 8 Jul 2024 03:38:32 -0400 Subject: [PATCH] Update README.md --- README.md | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 682e693..430c654 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,19 @@ -# fonts -A fast, open-source CDN for open-source fonts. Inspired by xz/fonts +# intergrav/fonts -More fonts to be added later :) +A fast, open-source CDN for open-source fonts. Inspired by xz/fonts. You can view available fonts in the `/serve` directory. More fonts to be added later! If you have any suggestions, open up an issue. + +## Importing + +In your CSS you could do: + +```css +@import url('https://cdn.jsdelivr.net/gh/intergrav/fonts@1.x/serve/inter.css'); +``` + +Or in your HTML's `` you could do: + +```html + +``` + +Replace `inter` with the font name, of course. -- 2.51.2