0

Google Chrome 中的阿拉伯语默认字体比 Firefox 中的大。如何在 css 中将 Chrome 阿拉伯字体大小设置为更小,或者是否有其他可能的解决方案?

4

3 回答 3

2

你可以使用这个插件:高级字体设置

https://chrome.google.com/webstore/detail/advanced-font-settings/caclkomlalccbpcdllchkeecicepbmbm?utm_source=chrome-app-launcher-info-dialog

在此处输入图像描述

于 2015-12-22T20:07:51.740 回答
0

请按照以下步骤更改这些设置:

1.Click the Chrome menu  on the browser toolbar.
2.Select Settings.
3.Click Show advanced settings and go to the "Web Content" section.
4.Default fonts and encodings

然后只需更改大小!

于 2013-03-13T10:06:30.527 回答
0

这可能有效:

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .className {font-size: xx;} 
}

这是针对 chrome 的媒体查询

于 2013-03-13T10:12:14.340 回答