List and explain all the Font Properties?
Answers
The font property is a shorthand property for:
The font property is a shorthand property for:font-style.
The font property is a shorthand property for:font-style.font-variant.
The font property is a shorthand property for:font-style.font-variant.font-weight.
The font property is a shorthand property for:font-style.font-variant.font-weight.font-size/line-height.
The font property is a shorthand property for:font-style.font-variant.font-weight.font-size/line-height.font-family.
Answer:
Property Description
font Sets all the font properties in one declaration
font-family Specifies the font family for text
font-size Specifies the font size of text
font-style Specifies the font style for text
font-variant Specifies whether or not a text should be displayed in a small-caps font
font-weight Specifies the weight of a fon
Explanation: