有没有办法让这个字体在我的网站上运行?

时间:2016-01-06 23:30:51

标签: css fonts

我之前浏览的网站上有一系列我认为无法用于网络的字体。

您可以在此页http://www.etq-amsterdam.com/collection/mid-1-white

上查看它们

根据inspect元素,字体是:

@font-face {
font-family:AvenirNextLTPro-Demi;
src:url(fonts/28C41E_0_0.eot);
src:url(fonts/28C41E_0_0.eot?#iefix) format("embedded-opentype"),url(fonts/28C41E_0_0.woff)format("woff"),url(fonts/28C41E_0_0.ttf) format("truetype") }

@font-face {
font-family:AvenirNextLTPro-Regular;
src:url(fonts/28C41E_1_0.eot);
src:url(fonts/28C41E_1_0.eot?#iefix) format("embedded-opentype"),url(fonts/28C41E_1_0.woff) format("woff"),url(fonts/28C41E_1_0.ttf) format("truetype") }

我尝试使用“font-family:AvenirNextLTPro-Regular;”像我对其他字体一样,但它不起作用。这是否容易实现,或者他们是否可能购买了使用该字体的许可证(如果可能的话)?

1 个答案:

答案 0 :(得分:3)

font-face标签从http://www.etq-amsterdam.com/css/fonts/28C41E_0_0.woff加载文件中的字体,因此您需要在服务器上加载这些字体才能从CSS访问它们