Skip to content

Commit

Permalink
FF107 tech() function supported - remove layout.css.font-tech.enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishwillee committed Dec 3, 2024
1 parent af91b0e commit 823beff
Showing 1 changed file with 0 additions and 41 deletions.
41 changes: 0 additions & 41 deletions files/en-us/mozilla/firefox/experimental_features/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -473,47 +473,6 @@ The [@scope](/en-US/docs/Web/CSS/@scope) [CSS](/en-US/docs/Web/CSS) [at-rule](/e
</tbody>
</table>

### @font-face src feature checking

The `@font-face` [`src` descriptor](/en-US/docs/Web/CSS/@font-face/src) now supports the `tech()` function, allowing fallback of whether a font resource is downloaded based on whether the user-agent supports a particular font feature or technology.
See [Firefox bug 1715546](https://bugzil.la/1715546) for more details.

<table>
<thead>
<tr>
<th>Release channel</th>
<th>Version added</th>
<th>Enabled by default?</th>
</tr>
</thead>
<tbody>
<tr>
<th>Nightly</th>
<td>105</td>
<td>Yes</td>
</tr>
<tr>
<th>Developer Edition</th>
<td>105</td>
<td>No</td>
</tr>
<tr>
<th>Beta</th>
<td>105</td>
<td>No</td>
</tr>
<tr>
<th>Release</th>
<td>105</td>
<td>No</td>
</tr>
<tr>
<th>Preference name</th>
<td colspan="2"><code>layout.css.font-tech.enabled</code></td>
</tr>
</tbody>
</table>

### font-variant-emoji property

The CSS [`font-variant-emoji`](/en-US/docs/Web/CSS/font-variant-emoji) property allows you to set a default presentation style for displaying emojis.
Expand Down

0 comments on commit 823beff

Please sign in to comment.