@font-face{
font-family:"Nanum Gothic";
local(‘/fonts/NanumGothic’), local(‘나눔고딕’);
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');
}
--------------
@charset “utf-8″
@font-face {
font-family: ‘NanumBarunGothic’;
font-style: normal;
font-weight: 400;
src: local(‘Nanum Barun Gothic Regular’), local(‘Nanum Barun Gothic-Regular’), local(‘NanumBarunGothic Regular’);
src: url(‘/Font/NanumBarunGothic.eot’); /*A*/
src: url(‘/Font/NanumBarunGothic.eot?#iefix’) format(’embedded-opentype’), /*B*/
url(‘/Font/NanumBarunGothic.woff’) format(‘woff’), /*C*/
url(‘/Font/NanumBarunGothic.svg’) format(‘svg’); /*E*/
}
body, div, ul, li
{
font-family: ‘NanumBarunGothic’,sans-serif !important;
}
출처 https://happist.com/523999/xe-tips%EB%82%98%EB%88%94%EA%B3%A0%EB%94%95%EC%9D%84-%EA%B0%80%EC%9E%A5-%ED%9A%A8%EC%9C%A8%EC%A0%81%EC%9C%BC%EB%A1%9C-%EC%A0%81%EC%9A%A9%ED%95%98%EB%8A%94-%EB%B0%A9%EB%B2%95
https://minitoy.tistory.com/528
나눔고딕 다운(eot, woff, ttf) 및 적용방법 예
'IT' 카테고리의 다른 글
워드프레스 oceanWP 기본 글꼴을 나눔고딕으로 변경 (0) | 2021.08.09 |
---|---|
워드프레스 최적화 정보 (0) | 2021.08.09 |
워드프레스 참고 (0) | 2021.08.07 |
워드프레스 게시판 (0) | 2021.08.06 |
웹사이트에 원하는 폰트 적용하기 (0) | 2021.08.06 |