2016-11-11 5 views
0

Font Squirrel Webfont Generator를 사용하여 글꼴 스택을 만들었으며 URLS가 제대로 작동하는 것처럼 보입니다. 글꼴이 설치되지 않은 컴퓨터에서 webfont가 보이지 않습니다. 그래서 평범한 문제가 아니라 ... 어떤 생각? 많은 감사합니다!@ font-face가 다른 컴퓨터에서 작동하지 않습니다. 올바른 파일 링크가 있습니다.

@font-face { font-family: 'NorthernSoul-Caps'; 
src: url('http://s471850234.onlinehome.us/wp-content/themes/xstore-child/fonts/NorthernSoul-Caps.eot'); /* IE9 Compat Modes */ 
src: url('http://s471850234.onlinehome.us/wp-content/themes/xstore-child/fonts/NorthernSoul-Caps.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ 
url('http://s471850234.onlinehome.us/wp-content/themes/xstore-child/fonts/NorthernSoul-Caps.woff2') format('woff2'), /* Super Modern Browsers */ 
url('http://s471850234.onlinehome.us/wp-content/themes/xstore-child/fonts/NorthernSoul-Caps.woff') format('woff'), /* Pretty Modern Browsers */ 
url('http://s471850234.onlinehome.us/wp-content/themes/xstore-child/fonts/NorthernSoul-Caps.ttf') format('truetype'), /* Safari, Android, iOS */ 
} 

답변

0

봅니다 마지막 행의 끝에서 혼수를 제거 (또는 세미콜론으로 교체)하기 :이 일을

url('http://s471850234.onlinehome.us/wp-content/themes/xstore-child/fonts/NorthernSoul-Caps.ttf') format('truetype'), /* Safari, Android, iOS */ 
+0

, 정말 감사합니다! – jodybethw