Cloud.Typography Web字体字符在Firefox/Safari中无法识别

jbi*_*ick 3 css browser encoding webfonts cloud.typography

当使用建议的Typography.com字体实现字体'Gotham Rounded SSm A'时,我遇到了问题.

<link rel="stylesheet" type="text/css" href="//cloud.typography.com/6035272/698322/css/fonts.css" />
Run Code Online (Sandbox Code Playgroud)

该字体似乎在Chrome和Internet Explorer 9中都能正确呈现,但Firefox和Safari似乎都忽略了某些字符 - 在字体堆栈中回退到'Verdana'. 在此输入图像描述

我已经抓取网络搜索类似的结果,但找不到任何东西.任何建议都会非常感激.

小智 8

您必须按照cloud.typograhy.com提供的说明:对于font-family,您需要提供两个选项.例如,在我的网站上,我必须使用:

font-family:'淘汰27 A','淘汰赛27 B';

如果你只给第一个Firefox不会显示某些字符.我必须自己找到这个.Typography.com没有回答我的支持问题.

希望这有助于som