Font-size <12px doesn't have effect in Google Chrome

后端 未结 15 1001
萌比男神i
萌比男神i 2020-12-02 14:21

Elements with css font-size <12px doesn\'t have effect in Google Chrome - remains font-size 12px.

What should I do?

My Google Chrome browser uses default

15条回答
  •  离开以前
    2020-12-02 15:17

    Have you tried putting an "!important" clause behind the font styles? This would override everything else. At least then you would know where to look for the problem. Like this:

    test 6px

提交回复
热议问题