You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Editor: Myles C. Maxfield, Apple Inc., mmaxfield@apple.com, w3cid 77180
12
12
Abstract: This specification defines modifications to the existing <a href="https://drafts.csswg.org/css-fonts-3/">CSS Fonts 3</a> specification along with additional experimental features.
13
13
At Risk: Synthesis of the 'font-variant-position' property
14
+
At Risk: The 'font-language-override!!property' property
15
+
At Risk: The 'font-language-override!!descriptor' descriptor
Default font language overriding: the 'font-language-override' descriptor</h3>
2265
+
2266
+
<pre class='descdef'>
2267
+
Name: font-language-override
2268
+
Value: normal | <<string>>
2269
+
For: @font-face
2270
+
Initial: normal
2271
+
</pre>
2272
+
2273
+
This descriptor defines initial settings that apply when the font defined by an @font-face rule is rendered. It does not affect font selection. Values are identical to those defined for the 'font-language-override!!property' property defined below except that the value inherit is omitted. When multiple font feature descriptors, properties, or variations are used, the cumulative effect on text rendering is detailed in the section Font Feature and Variation Resolution below.
0 commit comments