[archived] collection of open-source fonts distributed with jsDelivr

feat: update github links to tangled

+6 -6
+3 -3
README.md
··· 1 1 # intergrav/fonts 2 2 3 - [![NPM Version](https://img.shields.io/npm/v/@intergrav/fonts)](https://www.npmjs.com/package/@intergrav/fonts) [![jsDelivr hits (npm)](https://img.shields.io/jsdelivr/npm/hm/@intergrav/fonts)](https://cdn.jsdelivr.net/npm/@intergrav/fonts/) [![GitHub Repo stars](https://img.shields.io/github/stars/intergrav/fonts)](https://github.com/intergrav/fonts) 3 + [![NPM Version](https://img.shields.io/npm/v/@intergrav/fonts)](https://www.npmjs.com/package/@intergrav/fonts) [![jsDelivr hits (npm)](https://img.shields.io/jsdelivr/npm/hm/@intergrav/fonts)](https://cdn.jsdelivr.net/npm/@intergrav/fonts/) [![GitHub Repo stars](https://img.shields.io/github/stars/intergrav/fonts)](https://tangled.org/devins.page/fonts) 4 4 5 - 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. 5 + 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. 6 6 7 7 Typically, web developers have two main methods for using custom fonts on their websites: 8 8 ··· 40 40 41 41 ### Set a font 42 42 43 - 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. 43 + 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. 44 44 45 45 If 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. 46 46
+3 -3
package.json
··· 7 7 "cdn", 8 8 "open-source" 9 9 ], 10 - "homepage": "https://github.com/intergrav/fonts#readme", 10 + "homepage": "https://tangled.org/devins.page/fonts", 11 11 "bugs": { 12 - "url": "https://github.com/intergrav/fonts/issues" 12 + "url": "https://tangled.org/devins.page/fonts/issues" 13 13 }, 14 14 "license": "MIT", 15 15 "author": "intergrav (intergrav@proton.me)", ··· 17 17 "serve" 18 18 ], 19 19 "main": "README.md", 20 - "repository": "github:intergrav/fonts", 20 + "repository": "https://tangled.org/devins.page/fonts", 21 21 "prettier": { 22 22 "useTabs": true 23 23 }