font:0.5em Georgia,"Times New Roman",Sans-Serif;
What does this mean when someone sets 3 different fonts? Also what is the em
mean?
Update: Does the double quotations around Times New Roman mean it is telling CSS to use this first?
Multiple fonts indicate an order of preference in fonts to use. In this case, Georgia
is the preferred font; if that's not available, use Times New Roman
, and finally fall back to Sans-Serif
.
em
is a relative measure of font size, so in this case it means use half of the "normal" font size.
Failover. If you dont have the first one, it tries the second, and so on.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With