웹폰트가 일부 컴퓨터에서 적용이 안됩니다. ㅠㅠ
본문
나눔스퀘어로 쓰고 있는데, 몇대 컴퓨터에서는 잘보이고 어떤 컴퓨터에서는 위에 이미지처럼 꼬부랑 이상한 폰트가 나옵니다..
아래처럼 css에 넣어서 적용시키고 있거든요..ㅠㅠ 어디가 잘못된걸까요?? ㅠㅠ
도움말씀 부탁드립니다.
@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
다지우시고,
@import url(https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css);
font-family: 'NanumSquare', sans-serif;
변경하세요.
!-->정말 감사드립니다!!! ㅠㅠㅠㅠ 복받으실거에요!
답변을 작성하시기 전에 로그인 해주세요.