How to set Helvetica font?
I add css:
body
{
font-family: Helvetica, Sans-Serif;
color: #444444;
font-size: 9pt;
background-color: #FAFAFA;
}
but in Mozilla I see MS shell dlg
font.
Why is this happens and how will repair it?
Update:
I set Arial but in Mozilla I see MS shell dlg
again.