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
This commit is contained in:
parent
c93df7dc6d
commit
b54e8aee37
|
@ -439,7 +439,7 @@ There are several options that can be used to fine-tune the optimization of an a
|
|||
<tbody>
|
||||
<tr>
|
||||
<td><code>inline</code></td>
|
||||
<td>Reduce <a href="https://web.dev/render-blocking-resources/">render blocking requests</a> by inlining external Google fonts and icons CSS definitions in the application's HTML index file.<br><strong>Note:</strong>This requires internet access.</td>
|
||||
<td>Reduce <a href="https://web.dev/render-blocking-resources/">render blocking requests</a> by inlining external Google Fonts and Adobe Fonts CSS definitions in the application's HTML index file.<br><strong>Note:</strong>This requires internet access.</td>
|
||||
<td><code class="no-auto-link">boolean</code></td>
|
||||
<td><code>true</code></td>
|
||||
</tr>
|
||||
|
|
Loading…
Reference in New Issue