我已使用font-feature-settings
和font-variant-ligatures
启用了连字(添加了所有特定于浏览器的行,即-moz-
,-ms-
,-webkit-
和{ {1}}),但绑定不会显示在Blogger中。我已经尝试将CSS从html移动到body,但它没有任何区别。字体导入正确,¹和看起来很棒,但最后的触摸缺失。作为参考,博客的地址是mdvuit.blogspot.com,我在Win10 x64上使用Chrome 52.0.2743.116 m(64位)查看。
以下是我的-o-
和html
行(连接,仅显示没有浏览器前缀的行)以启用连字:
body
此外,我是否在html {
font-size: 65%;
}
body {
font-size: 1.3rem;
line-height: 2.3;
/* here, also -moz-, -ms-, -o- and -webkit- are included */
font-variant-ligatures: common-ligatures;
/* here, also -moz-, -ms-, -o- and -webkit- are included */
font-variant-ligatures: normal;
/* here, also -moz-, -ms-, -o- and -webkit- are included */
font-feature-settings: "liga", "clig";
}
之后添加1(等等)是否重要?这是:liga
,"liga" 1
,而不是如上所示。
如果需要更多信息,请告诉我。
¹使用"clig" 1