From c8ed49721171f6114adea30874030bd1839aef91 Mon Sep 17 00:00:00 2001 From: Alan Agius Date: Thu, 12 Nov 2020 19:48:16 +0100 Subject: [PATCH] docs: clarify what we inline when font optimization is enabled (#39656) Previously it wasn't clear that we only inline CSS definitions and not the resource PR Close #39656 --- aio/content/guide/workspace-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/workspace-config.md b/aio/content/guide/workspace-config.md index 23519e132e..3b95d6656f 100644 --- a/aio/content/guide/workspace-config.md +++ b/aio/content/guide/workspace-config.md @@ -384,7 +384,7 @@ In this section we will explain how to fine tune these options.
Fonts optimization requires internet access. - When enabled, render blocking requests will be reduced by inlining external Google fonts and icons in the application's HTML index file. + When enabled, render blocking requests will be reduced by inlining external Google fonts and icons CSS definitions in the application's HTML index file.