The 'font-style' property requests normal (sometimes referred to as "roman" or "upright"), italic, and oblique faces within a font family.
normal | italic | oblique | inherit
h1, h2, h3 { font-style: italic }
h1 em { font-style: normal }