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:
parent
7ce825011b
commit
c8ed497211
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue