From 1303ecb3bac99c189443c090ee2cfa64f0af9ce8 Mon Sep 17 00:00:00 2001 From: Jack Frosch Date: Thu, 26 Aug 2021 02:28:26 -0500 Subject: [PATCH] chore(docs): Update wording for "using-web-fonts" (#32902) Revised a sentence that had a confusing mixture of units (speed and time) to one that only talks about time saved. --- docs/docs/how-to/styling/using-web-fonts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/how-to/styling/using-web-fonts.md b/docs/docs/how-to/styling/using-web-fonts.md index 10b5b86220a30..805667742eaea 100644 --- a/docs/docs/how-to/styling/using-web-fonts.md +++ b/docs/docs/how-to/styling/using-web-fonts.md @@ -74,7 +74,7 @@ body { [Fontsource](https://github.com/fontsource/fontsource) is a project to provide open source fonts from Google Fonts as NPM Packages. -Self-hosting your fonts can increase your site’s loading speed by up to ~300 milliseconds on desktop and 1+ seconds on 3G connections. +You can decrease your site’s loading time by self-hosting fonts, saving ~300 milliseconds on desktop to 1+ seconds on 3G connections. This example shows how to install the [Open Sans](https://fonts.google.com/specimen/Open+Sans) font. If you have a different Google Font you want to use, you can find the corresponding package in [NPM](https://www.npmjs.com/search?q=fontsource) or the [packages directory in the Fontsource repository](https://github.com/fontsource/fontsource/tree/master/packages).