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
This commit is contained in:
Alan Agius 2020-11-12 19:48:16 +01:00 committed by atscott
parent 7ce825011b
commit c8ed497211
1 changed files with 1 additions and 1 deletions

View File

@ -384,7 +384,7 @@ In this section we will explain how to fine tune these options.
<div class="alert is-important">
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.
</div>