웹폰트 적용 font-face 가 말을 안들어요
본문
@charset "utf-8";
@font-face {
font-family: "NotoSans kr";
src: url('../font/NotoSansCJKkr-Thin.eot');
src: url('../font/NotoSansCJKkr-Thin.eot#iefix') format('embedded-opentype');
src: url('../font/NotoSansCJKkr-Thin.woff') format('woff');
font-weight:100;
}
@font-face {
font-family: "NotoSans kr";
src: url('../font/NotoSansCJKkr-Regular.eot');
src: url('../font/NotoSansCJKkr-Regular.eot#iefix') format('embedded-opentype');
src: url('../font/NotoSansCJKkr-Regular.woff') format('woff');
font-weight:300;
}
css에 이렇게 적용했구요
ftp로 서버에 업로드하고 새로고침하면 폰트가 적용이됩니다
그런데 문제는
다른페이지를 갔다가 돌아오거나 사파리를 껐다가 다시 키면 폰트적용이 안되어있어요.
크롬에서는 계속 적용되어있는데 사파리가 문제입니다
딱 서버에 업로드하고 새로고침한 그 순간에만 폰트가 적용되어 있습니다.
문제가 뭔가요? 도무지 모르겠네요ㅠㅠ
도와주셔요...흑흑..
답변을 작성하시기 전에 로그인 해주세요.