본문 바로가기

카테고리 없음

[CSS] 웹폰트(나눔고딕)

@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';

}