Import and use google webfont

前端 未结 3 1306
再見小時候
再見小時候 2021-02-15 16:42

For a project, I have to use many style off a font. Here is the link of the google font

Here is my css import

@import url(http://fonts.googleapis.com/css         


        
3条回答
  •  佛祖请我去吃肉
    2021-02-15 17:23

    300/400/700 is font-weight. If you want bold font use

    font:bold(or 700) 12px/15px "Open Sans", sans-serif
    

    if you want light italic use

    font:300 italic 12px/15px "Open Sans", sans-serif
    

提交回复
热议问题