我的网站在 Retina 显示屏上看起来很大。所有字体和 div 元素都比我在 Chrome 中看到的要大。知道如何解决这个问题吗?
问问题
632 次
1 回答
0
If you have problem with the font size, as i understand from your post, i think this example will help you:
font-size:16px;
-webkit-font-size:16px;
Or try to add this line on body:
-webkit-text-size-adjust: none;
As i experienced, retina display duplicates the fonts size.
Hope this will help you :)
于 2014-02-14T13:01:31.860 回答