o
|-- dist/
| `-- font-family/
| `-- subset/
| |-- kr/
| `-- kr-hanja/
|-- docs/
|-- CHANGELOG
|-- LICENSE
`-- README.md
| font-family | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900 |
|------------------ |----- |------------ |------- |--------- |----- |----- |------ |----------- |--- |
| NanumBarunGothic | - | UltraLight | Light | Regular | - | - | Bold | - | - |
| NanumBarunpen | - | - | - | Regular | - | - | Bold | - | - |
| NanumBrush | - | - | - | Regular | - | - | - | - | - |
| NanumGothic | - | - | Light | Regular | - | - | Bold | ExtraBold | - |
| NanumGothicEco | - | - | - | Regular | - | - | Bold | ExtraBold | - |
| NanumMyeongjo | - | - | - | Regular | - | - | Bold | ExtraBold | - |
| NanumMyeongjoEco | - | - | - | Regular | - | - | Bold | ExtraBold | - |
| NanumPen | - | - | - | Regular | - | - | - | - | - |
| NanumSquare | - | - | Light | Regular | - | - | Bold | ExtraBold | - |
| NanumSquareRound | - | - | Light | Regular | - | - | Bold | ExtraBold | - |
<link rel="stylesheet" href="file/path/font.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/w3labkr/webfont-nanum/dist/{font-family}/subset/{kr, kr-hanja}/font.css" />
sans-serif
body {
font-family: 'Nanum{BarunGothic, Barunpen, Gothic, GothicEco}', sans-serif;
font-weight: {200, 300, 400, 700, 800};
}
serif:
body {
font-family: 'Nanum{Brush, Myeongjo, MyeongjoEco, Pen, Square, SquareRound}', serif;
font-weight: {300, 400, 700, 800};
}
Please see CHANGELOG for more information what has changed recently.
This software is licensed under the MIT LICENSE.