如何使用javascript在Windows中启用字体cleartype

时间:2014-12-17 06:37:26

标签: javascript css windows webfonts cleartype

我在网页中使用客户端字体(自定义网络字体),这需要在控制面板中进行小设置。我们必须在控制面板中选择字体清除类型。 (如图中所示)。否则字体会出现不均匀的边缘。

除了手动选择之外,还有任何方法可以实现此配置。

我们有什么方法可以在html,css或js中进行此调整吗?

以下是我正在使用的字体

@font-face {
     font-family:'BTFont_Rg';
     src: url('../fonts/BTFont_Rg.eot');
     src: local('☺'), url('../fonts/BTFont_Rg.woff') format('woff'),url('../fonts/BTFont_Rg.ttf') format('truetype'), url('../fonts/BTFont_Rg.svg') format('svg');
     font-weight: normal;
     font-style: normal;
}

我们正在使用Xampp。

有什么建议吗?

0 个答案:

没有答案