You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Restore substantive findings to fonts chapter introduction (#4382)
* Restore substantive findings to fonts chapter introduction
Revises the introduction to include key 2025 statistics and findings
while remaining more concise than the original. Fixes grammatical
error in preview paragraph and preserves structural improvements
(figures, charts) from previous edits.
* Revise fonts introduction per editorial guidelines
Removes 2025-specific statistics from the introduction per the Web
Almanac style preference. Also fixes a grammatical issue in the current
version (the "We also look at..." sentence had a broken clause) and
tightens the overall flow.
---------
Co-authored-by: Charles Berret <charles@berret.net>
Co-authored-by: Barry Pollard <barrypollard@google.com>
Copy file name to clipboardExpand all lines: src/content/en/2025/fonts.md
+3-7Lines changed: 3 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,15 +24,11 @@ doi: 10.5281/zenodo.18246295
24
24
25
25
When the HTTP Archive first began gathering data on web typography in 2011, the use of custom web fonts was in the low single digits. Only about 3-5% of websites at the time delivered self-hosted fonts via `@font-face` or used services like Typekit, Fonts.com, or Google Web Fonts. Every other site in 2011 was limited to the small handful of "web-safe" system fonts (Arial, Courier, Times, etc.) that were available on every user's device.
26
26
27
-
Web fonts quickly rose to become the norm when designers realized that custom typography could distinguish their visual identity from other, more generic sites. By 2015, web fonts were used by over half of websites. They reached around 75% adoption by 2020.
27
+
Web fonts quickly rose to become the norm when designers realized that custom typography could distinguish their visual identity from other, more generic sites. By 2015, web fonts were used by over half of websites. They reached around 75% adoption by 2020. Today, the question is less about whether a website uses web fonts, but rather which specific typefaces it displays and whether they use font features to display their full expressive potential.
28
28
29
-
Today, the question is less about whether a website uses web fonts, but rather which specific typefaces it displays and whether they use font features to display their full expressive potential.
29
+
At the same time, font delivery methods have been shifting. An increasing number of sites are choosing to self-host their font files rather than relying exclusively on third-party CDNs, and many use a mix of both approaches. Last year's data showed a clear rise in exclusive self-hosting alongside a decline in sites that combined self-hosting with external services, and we investigate whether this trend continues in 2025.
30
30
31
-
At the same time, font delivery methods on the web have been shifting. An increasing number of sites are choosing to self-host their font files (serving fonts from their own servers) rather than relying exclusively on third-party CDNs. Many other sites use a mix of both approaches. Last year's data showed a clear rise in exclusive self-hosting alongside a decline in sites that combined self-hosting with external services, and we investigate if this trend continues in 2025.
32
-
33
-
We also look at font providers (is Google Fonts dominance continuing) as well as how fonts are being loaded onto sites, as well as which fonts are used in, how non-Latin languages are supported, as well as some newer, more advanced topics.
34
-
35
-
In short, web fonts are nearly universal on the web, but more sites are taking font delivery into their own hands instead of depending on an external provider. We explore these patterns and describe the current state of web typography in detail below.
31
+
This chapter explores several dimensions of web typography today: which providers command the largest share, how fonts are loaded and optimized for speed, which typefaces lead in actual CSS implementations, how non-Latin scripts are handled, and what variable fonts and color fonts mean for the future of web typography.
0 commit comments