p {
font-family: “Times New Roman”, Times, serif;
}
This is saying to the browser, ‘Use Times New Roman if you can; if not, use a Times font. If you can’t do that, then just display a serif font.’
You can find a full list of available web-safe fonts at https://www.w3schools.com/cssref/css_websafe_fonts.asp
The font-style property is seldom used for anything other than forcing text into being rendered in italics. The property has only three available values: normal, italic and oblique. Normal is the default browser style for all text, italic will set the text to render in italics and oblique is very similar to italics but not as severe.
This one is nice and simple and can be used in the following way: