@font-face not working

后端 未结 11 1486
说谎
说谎 2020-12-13 18:28

Don\'t know why but font is not displaying.Please help.

CSS(in css folder): style.css:

@font-face { 
 font-family: Gotham;
 src: url(../fonts/goth         


        
11条回答
  •  时光取名叫无心
    2020-12-13 19:25

    I was developing for an Arabic client, and had an issue like this as well, after using a font generator to create my fonts. None of the fonts I was generating were working.

    It turns out that there was a setting in the "Advanced options" of the genrator which I needed to select which would not only use a the Western language glyphs (a pre-selected option).

    After removing this subset, my fonts then worked with the Arabic characters. I hope this may help someone else in this position.

    Cheers

提交回复
热议问题