【发布时间】:2014-06-24 20:58:56
【问题描述】:
我创建了一个登录页面,需要一个标题为 Avenir 字体。我让它在 Chrome 中正确呈现,但它不适用于任何其他浏览器。有什么我遗漏的吗?
CSS
h1,h2,h3,h4,h5, .section h2 {
margin:0;
padding:0;
color:#c41230;
font-family: AvenirLT-Black;
font-weight:normal;
}
HTML
<div class="ten columns title">
<h1 style="font:AvenirLT-Black">Additional Information</h1>
</div>
【问题讨论】:
标签: google-chrome firefox fonts