CSS font-style property
The font-style
property is mostly used to specify italic text. This property has three values: normal
, Italic
, and oblique
.
Both Italic and oblique fonts look slanted. The difference is that Italic fonts are created by type designers and usually have specific, cursive letterforms, while obliques are just sloped versions of regular fonts. Most fonts have either Italic or an oblique version. If the Italic version is not available, the browser will use the oblique one and vice versa. If neither is available, the browser simulates the style artificially by sloping the glyphs of the regular face.