how to override font boosting in mobile chrome

Ron picture Ron · Nov 17, 2012 · Viewed 13.5k times · Source

Is it possible to override font boosting in mobile chrome? I searched the internet before ~including stackoverflow~.

I found that some people say it's impossible, and I also found meta tag that helped the text but also decreased the area of the text... which is not good..

Will appreciate your help..

Answer

Matt picture Matt · May 8, 2013

adding following line to my reset.css worked for me

    html * {max-height:1000000px;}