13 lines
506 B
CSS
13 lines
506 B
CSS
@import url('https://cdn.jsdelivr.net/gh/moonspam/NanumSquareNeo/nanumsquareneo.css');
|
|
|
|
/* Nanum Square Neo */
|
|
body, h1, h2, h3, h4, h5, h6, input, textarea, select, button, table {
|
|
font-family: 'NanumSquareNeo', sans-serif !important;
|
|
}
|
|
|
|
.font-L { font-weight: 300 !important; }
|
|
.font-R { font-weight: 400 !important; }
|
|
.font-M { font-weight: 700 !important; } /* 네오는 굵기 단계가 다를 수 있어 조정 */
|
|
.font-B { font-weight: 800 !important; }
|
|
.font-H { font-weight: 900 !important; }
|