카테고리 없음
[CSS] 웹폰트(나눔고딕)
도정우
2017. 6. 9. 20:09
@font-face {
font-family:'NanumGothic';
src: url('../font/NanumGothic-Regular.eot');
src: url('../font/NanumGothic-Regular.eot?#iefix') format('embedded-opentype'),
url('../font/NanumGothic-Regular.woff') format('woff'),
url('.,/font/NanumGothic-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
body {
font-family: 'NanumGothic';
}