Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在某些智能手机浏览器中设置(默认)字体缩放 - 例如 130%。如何不允许浏览器调整字体大小?
对不起我的英语不好
我为字体找到了这个。我不确定它是否可以在不同的系统上运行,但您可以尝试一下:
body { -webkit-text-size-adjust: none; }
看来您也可以关闭自动缩放:
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />