- 5
- 국내산라이츄
- 조회 수 146
근데 모바일로 보니 웹폰트가 죽......
이따 집에 가서 확인해봐야겠네요.
(주륵)
작성자
댓글 5
원래 https 사용했었나요?
저번에 다시 세팅하면서 기억이 가물가물해서 https 로 세팅했었거든요.
저는 미디어에 woff파일 올려놓고 그거 복붙해서 써서요...
wp-custom-css 부분에서 http://로 되어 있는 부분을 모두 //로 바꿔주시면 됩니다.
@font-face{
font-family: BebasNeue;
font-style: normal;
font-weight: 400;
src: url('//koreanraichu.sfuhost.com/wp-content/uploads/2018/04/Kurt.woff') format('woff');
}
@font-face{
font-family: '1훈생활의발견';
font-style: normal;
font-weight: 400;
src: url('//koreanraichu.sfuhost.com/wp-content/uploads/2018/06/210-리치망고R.woff') format('woff');
}
@font-face{
font-family: 'KAWAIITEGAKIMOJI';
font-style: normal;
font-weight: 400;
src: url('//koreanraichu.sfuhost.com/wp-content/uploads/2017/09/KAWAIITEGAKIMOJI.woff') format('woff');
}
html,body,h1,h2,h3,h4,h5,h6,span,a,input,.site-title a,.entry-title a,.site-description,.widget-title-style-plain .widget-area .widget-title h4,body, .widget-area .widget a, .main-navigation a, .widget-area .widget-title
{
font-family:BebasNeue,'1훈생활의발견','KAWAIITEKIMOJI';font-size:1.1em
}
쇙유! ㅇㅅㅇ 이따 수정할게여 ㅇㅅㅇ
홈페이지 보니 웹폰트를 http로 불러오는게있네유..
브라우저에서 검사 눌러보면 에러내용이 두둥 !!