I attempted to add italic styling to text using the font shorthand property.
This is what I currently have:
font: 36px italic normal Georgia;
However, the italic styling is not being applied. When I specifically set font-style: italic;
, it does work.