From eebb3fbe319200a27e4c99f81f9d0bd32b8a8dea Mon Sep 17 00:00:00 2001 From: Christian Liebel Date: Sat, 17 Jan 2026 12:14:51 +0100 Subject: [PATCH 1/2] [Fonts] Update WOFF2 percentage from 82% to 65% The featured stat claims that 82% of font requests were served using WOFF2, but the [chapter text](https://almanac.httparchive.org/en/2025/fonts#file-formats-and-optimization) doesn't support that. It mentions 65% instead. --- src/content/en/2025/fonts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/en/2025/fonts.md b/src/content/en/2025/fonts.md index b7e0a72c227..3fd44f2efc2 100644 --- a/src/content/en/2025/fonts.md +++ b/src/content/en/2025/fonts.md @@ -15,7 +15,7 @@ featured_stat_1: 72% featured_stat_label_1: websites self-hosting fonts in some capacity featured_stat_2: 40% featured_stat_label_2: websites using variable fonts -featured_stat_3: 82% +featured_stat_3: 65% featured_stat_label_3: font requests served as WOFF2 doi: 10.5281/zenodo.18246295 --- From f3c0f9f355175784e8a0b4d6282b39e2895701bf Mon Sep 17 00:00:00 2001 From: Barry Pollard Date: Sat, 17 Jan 2026 11:24:05 +0000 Subject: [PATCH 2/2] Apply suggestions from code review --- src/content/en/2025/fonts.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/content/en/2025/fonts.md b/src/content/en/2025/fonts.md index 3fd44f2efc2..a916d0b70f0 100644 --- a/src/content/en/2025/fonts.md +++ b/src/content/en/2025/fonts.md @@ -12,11 +12,11 @@ charlesberret_bio: Charles Berret is a journalist, developer, and media scholar results: https://docs.google.com/spreadsheets/d/1otdu4p_CCI70B4FVzw6k02frStsPMrQoFu7jUim_0Bg/edit featured_quote: The promise of variable fonts (fine-tuning typography with continuous variation) is supported by high levels of technical integration, but still in an early phase of creative exploration for most designers—many are using variable fonts as convenient multi-weight files, not yet as fully dynamic resources for typographic expression. featured_stat_1: 72% -featured_stat_label_1: websites self-hosting fonts in some capacity +featured_stat_label_1: Websites self-hosting fonts in some capacity featured_stat_2: 40% -featured_stat_label_2: websites using variable fonts +featured_stat_label_2: Websites using variable fonts featured_stat_3: 65% -featured_stat_label_3: font requests served as WOFF2 +featured_stat_label_3: Font requests served as WOFF2 doi: 10.5281/zenodo.18246295 ---