如何设置 Helvetica 字体?
我添加CSS:
body
{
    font-family: Helvetica, Sans-Serif;
    color: #444444;
    font-size: 9pt;
    background-color: #FAFAFA;
}
但在 Mozilla 我看到MS shell dlg字体。
为什么会发生这种情况以及如何修复它?

更新:
我设置了 Arial,但在 Mozilla 中我又看到MS shell dlg了。