The font-style CSS property sets whether a font should be styled with a normal, italic, or oblique face from its font-family.
font-style: normal;
font-style: italic;
font-style: oblique;
font-style: oblique 10deg;
/* Global values */
font-style: inherit;
font-style: initial;
font-style: unset;
Source: https://developer.mozilla.org/en-US/docs/Web/CSS/font-style