From f4368d701776bb790ca13f5b58726e7ac8dfd9a1 Mon Sep 17 00:00:00 2001 From: Koen Lagveen Date: Sat, 20 May 2023 12:10:53 +0200 Subject: [PATCH] prefer woff2 these days --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 511d037..8d92bb1 100755 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Please feel free to make a little [donation via PayPal](https://paypal.me/koenla - All information about the fonts is stored in [fonts.json](https://github.com/braver/programmingfonts/blob/gh-pages/fonts.json). - Which adheres to [a schema](https://github.com/braver/programmingfonts/blob/gh-pages/fonts-schema.json). - Font files are stored in [fonts/resources](https://github.com/braver/programmingfonts/tree/gh-pages/fonts/resources). - - We store only 4 variants (if available), in `.woff` format (if available): regular, italic, bold, bold+italic + - We store only 4 variants (if available), in `.woff2` format (if available): regular, italic, bold, bold+italic - All font files (and directories) are normalized to lowercase, without `-mono` unless it's really part of the name. - The [fonts.less](https://github.com/braver/programmingfonts/blob/gh-pages/fonts/stylesheets/fonts.less) registers the variants for each font "alias" and is used to generate the stylesheets. - The license needs to allow serving in a website, or an agreement with the font creators needs to be made. If available we add the license along with the font files.