我试过这个:
div.content
{
font-family: Verdana;
}
和这个:
div.content
{
font-family: 'Verdana';
}
和这个:
#view
{
/* other stuff */
font-family: Verdana;
}
对于这个简单的 html:
<div id="view">
asdas AHGAUHGAS
<!-- some other stuff -->
</div>
而且它不起作用...
我还尝试了 15 种不同的字体(以防其中一些在我的 IDE 中不可用)......仍然没有效果。