Using a custom font with CSS3/HTML5?

前端 未结 4 1228
闹比i
闹比i 2021-01-20 22:54

I have this code in the beginning of my CSS stylesheet (linked to my index.html, of course):

@font-face {
    font-family: \"Calibri\";
    src: local(\"Calibri\         


        
4条回答
  •  情深已故
    2021-01-20 23:59

    Not an expert on the matter but you could try this tool here.

    It might at least help generate an example of what you should have.

提交回复
热议问题