웹폰트가 일부 컴퓨터에서 적용이 안됩니다. ㅠㅠ 채택완료


나눔스퀘어로 쓰고 있는데, 몇대 컴퓨터에서는 잘보이고 어떤 컴퓨터에서는 위에 이미지처럼 꼬부랑 이상한 폰트가 나옵니다..
아래처럼 css에 넣어서 적용시키고 있거든요..ㅠㅠ 어디가 잘못된걸까요?? ㅠㅠ
도움말씀 부탁드립니다.
Copy
@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(http://fonts.googleapis.com/earlyaccess/jejugothic.css);
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
@font-face, body {
font-family: NanumSquareWeb;
src: url(../font/NanumSquareR.eot);
src: url(../font/NanumSquareR.eot?#iefix) format('embedded-opentype'),
url(../font/NanumSquareR.woff) format('woff'),
url(../font/NanumSquareR.ttf) format('truetype');
font-style: normal;
font-weight: normal;
unicode-range: U+0-10FFFF;
}
답변 2개
채택된 답변
+20 포인트
7년 전
다지우시고,
Copy
@import url(https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css);
font-family: 'NanumSquare', sans-serif;
변경하세요.
로그인 후 평가할 수 있습니다
댓글을 작성하려면 로그인이 필요합니다.
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인