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
It is a webkit official bug. You can check on Webkit official site
You have to target only specific element where you have to override font boosting rather than targeting unwanted elements. i.e.
p { max-height: 999999px; }