기본 폰트
style.css:
body {
font-family: 나눔고딕,NanumGothic,돋움,Dotum,Arial,Helvetica,sans-serif;
font-size: 13px;
}
--> 'Nanum Gothic' 으로 적어야 구글 CDN의 폰트가 적용됩니다.
font-family: 'Nanum Gothic',NanumGothic,돋움,Dotum,Arial,Helvetica,sans-serif;
=========
@font-face { font-family: 'Nanum Gothic'; font-style: normal; font-weight: 400; src: local('NanumGothic'), url(https://fonts.gstatic.com/s/nanumgothic/v13/PN_3Rfi-oW3hYwmKDpxS7F_z-7ryxF5IsPV5MbNOyrVj67eNct32xLk_yR6ITFAR2XJ7ezW3Cw6tddHBeIg.0.woff2) format('woff2'); unicode-range: U+f9cc-fa0b, U+ff02-ff07, U+ff0a-ff19, U+ff1b-ff5b, U+ff5d-ff5e, U+ffe0-ffe3, U+ffe5-ffe6; }