Home → References → CSS Properties →
CSS Property: font-family
Specifies the font name of a box. This can be a comma-separated list, of which the browser will use the first font it recognizes. Font names that are made up of more than one word must be placed within quotation marks.
HTML Dog is hosted by Titan Internet
Possible Values
inherit- [font name]
- [multiple font names separated by commas]
Example
font-family: "Times New Roman", Times, serif;

