开发者

How do I prevent iphone from resizing fonts of my website

开发者 https://www.devze.com 2022-12-29 21:56 出处:网络
Iphone changes some fonts making the site unproportional and not as originally design开发者_StackOverflow中文版ed. Is there a way to preserve original?Use:

Iphone changes some fonts making the site unproportional and not as originally design开发者_StackOverflow中文版ed. Is there a way to preserve original?


Use:

html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 {
    -webkit-text-size-adjust:none;
}

Source: http://www.catswhocode.com/blog/10-useful-code-snippets-to-develop-iphone-friendly-websites (you can find many other nice tips for iPhone specific coding there as well)

0

精彩评论

暂无评论...
验证码 换一张
取 消