CSS @font-face - what does “src: local('☺')” mean?

前端 未结 3 1261
离开以前
离开以前 2020-11-28 02:29

I\'m using @font-face for the first time and downloaded a font-kit from fontsquirrel

The code they recommend inserting into my CSS is:

@         


        
3条回答
  •  抹茶落季
    2020-11-28 03:11

    @font-face The last src property takes precedence in the CSS cascade, meaning that the CSS will be parsed from bottom to top.

提交回复
热议问题