From b54e8aee37ea382a5a0dcabf082a5ee6bccfa95e Mon Sep 17 00:00:00 2001 From: Alan Agius Date: Thu, 24 Jun 2021 12:59:11 +0200 Subject: [PATCH] docs: update fonts optimization options description (#42642) In version 12.1, we included font inlining for Adobe fonts, see: https://github.com/angular/angular-cli/pull/21189 PR Close #42642 --- 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 b1e6a72ef5d..0dc48f83bc6 100644 --- a/aio/content/guide/workspace-config.md +++ b/aio/content/guide/workspace-config.md @@ -439,7 +439,7 @@ There are several options that can be used to fine-tune the optimization of an a inline -Reduce render blocking requests by inlining external Google fonts and icons CSS definitions in the application's HTML index file.
Note:This requires internet access. +Reduce render blocking requests by inlining external Google Fonts and Adobe Fonts CSS definitions in the application's HTML index file.
Note:This requires internet access. boolean true