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
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/.
/wp-content/themes/wp-content/themes/twentysixteen/fonts/
Use the console in your browser to see for this error.