분양사이트에 사용된 나눔스퀘어
나눔스퀘어 CSS
/* font 설정 */ @font-face { font-family: 'NanumSquare'; src: url(webfont/NanumSquareR.eot); src: url(webfont/NanumSquareR.eot?#iefix) format('embedded-opentype'), url(webfont/NanumSquareR.woff) format('woff'), url(webfont/NanumSquareR.ttf) format('truetype'); } @font-face { font-family: 'NanumSquareB'; src: url(webfont/NanumSquareB.eot); src: url(webfont/NanumSquareB.eot?#iefix) format('embedded-opentype'), url(webfont/NanumSquareB.woff) format('woff'), url(webfont/NanumSquareB.ttf) format('truetype'); }
html, body { height: 100%; margin: 0; padding: 0; border: none; font-family:NanumSquare, 'Malgun Gothic','돋움', 'dotum'; color:#484848; font-style: normal; font-size:14px; background: transparent; -webkit-text-size-adjust:none; box-sizing:border-box; background: #fff; -webkit-font-smoothing: antialiased; }
3. import 해서 사용하는 방법
@import url("//cdn.rawgit.com/hiun/NanumSquare/master/nanumsquare.css");
font-family:'Nanum Square';
제목 | 날짜 | ||
---|---|---|---|
깃헙 웹폰트 | 2018/05/15 | 240 | |
한글 폰트 직접 써보고 고르기 | 2018/05/15 | 658 | |
폰트 이야기 알림입니다. | 2010/05/15 | 282 | |
4 | [웹폰트] 카카오뱅크 홈페이지에서 사용하는 웹폰트 | 2017/08/02 | 7506 |
3 | [웹폰트] 나눔손글씨 붓 / 나눔손글씨 펜 (2017) | 2018/02/21 | 597 |
2 | [웹폰트] OneLatin webfont | 2018/04/09 | 199 |
1 | [웹폰트] 나눔고딕 웹폰트 구글 웹폰트 사용시 익스플로러 적용 안되는 문제 해결 | 2018/04/18 | 571 |