CSS Font Style Property
The font-style CSS property allows you to define the style of the font face, primarily used to turn text italic.
Values
The main values you will use are:
normal: The text is shown in the standard upright style.italic: The text is shown using the font's italic script.oblique: The text is shown using a slanted version of the normal face.
Italic vs Oblique
Italic forms are generally cursive in nature, designed specifically by the type designer.Oblique faces are typically just sloped versions of the regular face. If no italic version exists, browsers may simulate it using an oblique strategy.
