Font weight ignored in Chrome

后端 未结 6 1741
無奈伤痛
無奈伤痛 2021-01-01 08:54

I created a fiddle trying to use Open Sans font with font-weight 300:

HTML

example

CSS

6条回答
  •  离开以前
    2021-01-01 09:34

    Try changing the font family to 'Open Sans Light', sans-serif;. I had the same problem and this worked for me.

提交回复
热议问题