We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
font-style
normal
oblique 0deg;
1 parent fcaf0f2 commit 4604483Copy full SHA for 4604483
1 file changed
css-fonts-4/Overview.bs
@@ -629,7 +629,9 @@ Font style: the 'font-style!!property' property</h3>
629
Inherited: yes
630
Percentages: n/a
631
Computed value: the keyword specified, plus angle in degrees if specified
632
- Animation type: by computed value type
+ Animation type: by computed value type;
633
+ 'normal' animates as 'oblique 0deg'
634
+ <!-- https://github.com/w3c/csswg-drafts/issues/2505 -->
635
</pre>
636
637
The 'font-style!!property' property allows italic or oblique faces to be selected.
0 commit comments