빠른 답변 감사드립니다.
홈페이지 내 폰트를 '본고딕(Noto Sans KR Regular)로 변경하고 싶습니다.
다른 문의(나눔고딕 적용) 참고하여
@font-face{ font-family:ngwoff; src:url(../font/NanumGothic.woff) }
@font-face{ font-family:ngeot; src:url(../font/NanumGothic.eot) }
body, table, button, input { font:normal 12px NanumGothic, "나눔고딕", ngwoff, ngeot}
진행해보았으나, 잘 해결되지 않아 조금 자세한 설명 부탁드립니다.
감사합니다.
preference.html 49번 밑에 아래의 코드를 추가합니다.
Context::addHtmlHeader('<link href="//fonts.googleapis.com/earlyaccess/notosanskr.css" rel="stylesheet" type="text/css">');
css/layout.css 23번dp Noto Sans KR을 추가해주시면 됩니다.
hmtl, body, table, th, td, button, input { font-family:'Noto Sans KR', 'Lato', 'Apple SD Gothic Neo', 'Nanum Gothic', 'Malgun Gothic', '돋움', Dotum, 'Lucida Sans', 'Trebuchet MS', Arial, Tahoma, sans-serif; }
이 댓글을
preference.html 49번 밑에 아래의 코드를 추가합니다.
Context::addHtmlHeader('<link href="//fonts.googleapis.com/earlyaccess/notosanskr.css" rel="stylesheet" type="text/css">');
이 부분은 위에 표시한 부분에 삽입하였습니다.
css/layout.css 23번dp Noto Sans KR을 추가해주시면 됩니다.
hmtl, body, table, th, td, button, input { font-family:'Noto Sans KR', 'Lato', 'Apple SD Gothic Neo', 'Nanum Gothic', 'Malgun Gothic', '돋움', Dotum, 'Lucida Sans', 'Trebuchet MS', Arial, Tahoma, sans-serif; }
이부분은 어디에 삽입해야하는걸까요?
위에 삽입한것도 맞게 삽입한건지 확인 부탁드립니다.
이 댓글을
ftp로 접속하셔서 layouts/xet_plus 폴더의 원본 파일을 다운받아 수정하셔야합니다.
관리자페이지의 레이아웃 편집에서 수정하시는게 아니라 원본 파일을 수정하셔야하며
원본 파일 수정후 해당 레이아웃편집은 초기화를 해주셔야 반영이 됩니다.
참고하시길 바랍니다.
이 댓글을