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');
}
'IT' 카테고리의 다른 글
워드프레스 OceanWP 테마, Elementor, Ocean Extra, Envato element (0) | 2021.08.11 |
---|---|
워드프레스 홈페이지 관리자 초기 설정방법 (0) | 2021.08.11 |
워드프레스 최적화 정보 (0) | 2021.08.09 |
서버에 나눔고딕 업로드 후 (0) | 2021.08.09 |
워드프레스 참고 (0) | 2021.08.07 |