here are definitions for typeface, font and font-family:
- Typeface is a design for a set of characters.
- Font is the combination of typeface and other qualities, such as size, pitch, and spacing.
- Font-family is a set of fonts all with the same typeface, but with different sizes, weights and slants.
So which of these 3 i can specify as a value for css font-family property? If i should specify only 3) i.e font families , then in case of when i specify sans-serif then which sans-serif font will browser pick from user system for displaying the content? There can be many sans-serif fonts on user's system.
Thanks in advance, Suren