+ 1
What is different between font-family and generic family ?
4 Answers
+ 5
https://www.sololearn.com/Discuss/28452/?ref=app
and do search on google also according to your understanding
+ 2
font-family specifies a specific font family for an element, while generic-family specifies a general category of fonts to use as a fallback.
+ 2
Java Programming Goal Thank you
+ 1
It's a good question. đ
There are 5 generic families and all the font families usually reside among these 5 generic families
1. Serif,
2. sans-serif,
3. cursive,
4. fantasy &
5. monospace.
Now each of these generic families have multiple font families.
https://code.sololearn.com/Wb1w95rbdoCL/?ref=app