how to override font boosting in mobile chrome

后端 未结 8 1114
面向向阳花
面向向阳花 2020-12-01 09:32

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

8条回答
  •  -上瘾入骨i
    2020-12-01 10:17

    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;
    }
    

提交回复
热议问题