Explain the utility of the font-family property.
Answers
In HTML and XHTML, a CSS font family property is used to specify a list of prioritized fonts and generic family names; in conjunction with correlating font properties, this list determines the particular font face used to render characters. A font family is a grouping of fonts defined by 9 shared design styles.
Fonts sharing a common design style are commonly grouped into font families; Font Families' members are differentiated by a character's shape display (stroke weight, slant, relative width, etc.); A font face is the unique combination of a specific font family, and some of its members properties (CSS font properties).
A font face attribute, combined with other font presentation attributes may be applied in the HTML using the deprecated font element.
Explanation:
In HTML and XHTML, a CSS font family property is used to specify a list of prioritized fonts and generic family names; in conjunction with correlating font properties, this list determines the particular font face used to render characters. A font family is a grouping of fonts defined by 9 shared design style