@font-face not working

后端 未结 11 1481
说谎
说谎 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:17

    By using the .. operator, you've have duplicated the folder path - and will get something like this : /wp-content/themes/wp-content/themes/twentysixteen/fonts/.

    Use the console in your browser to see for this error.

提交回复
热议问题