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:
Alan Agius 2021-06-24 12:59:11 +02:00 committed by Jessica Janiuk
parent c93df7dc6d
commit b54e8aee37
1 changed files with 1 additions and 1 deletions

View File

@ -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>