You were close.
italic is used with font-style whereas bold is used with font-weight.
Use:
font-weight: bold;
font-style: italic;
You were close.
italic is used with font-style whereas bold is used with font-weight.
Use:
font-weight: bold;
font-style: italic;