我在Webkit上呈现了一种字体(特别是在文本编辑器“ Nano”中),并且我想显示一种OTF字体,该字体具有一个名为“ Garamond Premier Pro Italic Display”的变体。我相信这是一种“手提箱”字体。
这是“字体书”中的字体:
我尝试过的事情:
font-variant-alternates: character-variant("ItDisp");
和
font-variant-alternates: character-variant("Garamond Premier Pro Italic Display");
没有骰子。
这里有什么想法吗?还是这不可能?
答案 0 :(得分:0)
不幸的是,在撰写本文时,这在网络上是不可能的。 可以使用are as follows的唯一实际选项:
您可以在这里阅读font-style属性以及可以使用的各种操作:https://developer.mozilla.org/en-US/docs/Web/CSS/font-style
台式机平台上有/ MANY /字体根本无法在网络上运行,因为网络使用different file formats.。建议使用专门为在网络上使用而设计的字体。
还请注意,font-variant-alternates
是only supported in Firefox 34+ and Safari,因此不应在生产中使用。