+ 2
p.serif { font-family: "Times New Roman", Times, serif; } --why there is values separated with comma after the font name?
Someone please clarify with details if possible.
2 odpowiedzi
+ 3
If the browser doesnt support the first font it moves onto the next
+ 3
It's fallback. In case first font can't find, would use the next more common font.