Font Family
A font family is a set of fonts that are similar in design but have slight variations like weight, width and slant. The font family property in CSS lists fonts from highest priority to lowest priority. If a font is not compatible with a browser, then the font next in line is preferred.
Font family specifies the font to be used for an element. Font family property allows a list of different font names. The font names are separated using commas and are listed in the order of high priority to low priority.