font-style: italic vs oblique in CSS

后端 未结 5 1286
一整个雨季
一整个雨季 2020-12-12 12:07

What is the difference between these two:

font-style:italic
font-style:oblique

I tried using the W3Schools editor but was unable to tell th

5条回答
  •  借酒劲吻你
    2020-12-12 12:43

    As with italic and oblique, the same difference is visible when comparing italic with faux italic.

    You will see faux-italics wherever a normal font is skewed with font-style: italic; whereas a true italic font is designed to be slanted.

    The bottom of the two ll​s shows the difference clearly.

    See Example

提交回复
热议问题