본문 바로가기
IT

워드프레스 oceanWP 기본 글꼴을 나눔고딕으로 변경

by Oh.mogilalia 2021. 8. 9.

2021.08.09. Easy Google Fonts 플러그인 비활성화
wordpress/assets/fonts/ 에 나눔고딕폰트들을 업로드
oceanWP 테마/assets/css/style.css 파일에 아래 코드들을 44줄~52줄까지 삽입

@font-face{
font-family:"Nanum Gothic";
src:url('/fonts/NanumGothic.eot');
src:url('/fonts/NanumGothic.eot?#iefix') format('embedded-opentype'),
url('/fonts/NanumGothic.woff') format('woff'),
url('/fonts/NanumGothic.ttf') format('truetype');
url('/fonts/NanumGothic.svg#NanumGothic') format('svg')
src:local(※), url('/fonts/NanumGothic.woff') format('woff');
}