Fonts not rendering uniformly in browsers

前端 未结 4 1870
暖寄归人
暖寄归人 2020-12-22 04:30

I am trying to use custom fonts on my website and in the css I have the following code:

@font-face {
    font-family: \'Sketch\';
    src: url(\'../fonts/Ske         


        
4条回答
  •  执念已碎
    2020-12-22 05:10

    Edward said it all. Chrome used to drive me insane for the way it displayed certain fonts.

    If you have the font file you can use font squirrel to generate the code as well as all font files that you need for all browsers.

提交回复
热议问题