Skip to content

Commit 00a3be1

Browse files
committed
[css-fonts-4] Added oblique-only as a value of font-synthesis-style #9390
1 parent 21351a7 commit 00a3be1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

css-fonts-4/Overview.bs

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2075,7 +2075,7 @@ Controlling synthesized oblique: The 'font-synthesis-style' property</h4>
20752075

20762076
<pre class="propdef">
20772077
Name: font-synthesis-style
2078-
Value: auto | none
2078+
Value: auto | none | oblique-only
20792079
Initial: auto
20802080
Applies to: all elements and text
20812081
Inherited: yes
@@ -2106,6 +2106,12 @@ Controlling synthesized oblique: The 'font-synthesis-style' property</h4>
21062106
<dt><dfn>none</dfn>
21072107
<dd>
21082108
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
21092115
</dl>
21102116

21112117
<p id="vertical-oblique-synthesis">

0 commit comments

Comments
 (0)