From 277b500d1cf65e40975660666a8769dbf1f9cee0 Mon Sep 17 00:00:00 2001 From: Andreas Lind Date: Wed, 27 Mar 2024 07:41:56 +0100 Subject: [PATCH] Update the "Subfont will" list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 86784ec..9a5f020 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,9 @@ Subfont will: - Automatically figure out what characters are used from each font - Warn you about usage of characters that don't exist as glyphs in your webfonts - Create an exact subset of used characters of each font +- Reduce the variation space of variable fonts based on the actual usage (when the `--instance` switch is used) - Generate web fonts in both `woff2` and `woff` formats - Add preload hints for the subsets to reduce time to first meaningful paint -- Add JS font loading for browsers without preload support - Give the subsetted fonts new names and prepend them in front of the original fonts in your `font-family` definitions (enables missing glyph fallback) - Async load your original `@font-face` declaring CSS at the bottom of your page, moving it off the critical path