Multiple fonts in Font-Family property?

Viewed 51367

In the command

<span style="font-family: arial,helvetica,sans-serif">
   <font size="1">
       [Country]
   </font>
</span>

Why are there multiple fonts in the font-family property?

Does it mean that if the arial font is not installed so it will goto helvetica?

2 Answers
Related