We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21351a7 commit 00a3be1Copy full SHA for 00a3be1
1 file changed
css-fonts-4/Overview.bs
@@ -2075,7 +2075,7 @@ Controlling synthesized oblique: The 'font-synthesis-style' property</h4>
2075
2076
<pre class="propdef">
2077
Name: font-synthesis-style
2078
- Value: auto | none
+ Value: auto | none | oblique-only
2079
Initial: auto
2080
Applies to: all elements and text
2081
Inherited: yes
@@ -2106,6 +2106,12 @@ Controlling synthesized oblique: The 'font-synthesis-style' property</h4>
2106
<dt><dfn>none</dfn>
2107
<dd>
2108
Synthesis of oblique faces is not allowed
2109
+
2110
+ <dt><dfn>oblique-only</dfn>
2111
+ <dd>
2112
+ Synthesis of oblique faces is allowed,
2113
+ but they must not be used as fallback
2114
+ if italic is specified
2115
</dl>
2116
2117
<p id="vertical-oblique-synthesis">
0 commit comments