Added clarification about the difference between italic and oblique (#26920)

* Added clarification about the difference between italic and oblique

* update grammar/remove parenthesis
This commit is contained in:
Blue" Jay Matthews
2018-12-13 10:10:14 -05:00
committed by Tom
parent 02200898da
commit a68d893378

View File

@ -40,6 +40,8 @@ This property has 3 values:
* italic - Text shown in *italic*
* oblique - Text shown leaning
`italic` and `oblique` both look like the normal font but slanted. The main difference is that `italic` is a whole other version of the font, slanted at a particular angle and sometimes styled slightly differently. `oblique` is the original font but with the ability to be slanted at and angle to different degrees.
```css
.normal {
font-style: normal;