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, a
Try text-size-adjust:
html { text-size-adjust: none; -ms-text-size-adjust: none; -webkit-text-size-adjust: none; -moz-text-size-adjust: none; }