@kfonts/nanum-handwritting-huimangnuli
Version:
나눔손글씨 희망누리 typeface
60 lines (38 loc) • 1.56 kB
Markdown
[](https://www.npmjs.com/package/@kfonts/nanum-handwritting-huimangnuli)
The CSS and web font files for using “나눔손글씨 희망누리” font on your website without external resource.
```sh
npm install --save @kfonts/nanum-handwritting-huimangnuli
yarn add @kfonts/nanum-handwritting-huimangnuli
pnpm install @kfonts/nanum-handwritting-huimangnuli
```
```js
// ES6+ with import assertion
import '@kfonts/nanum-handwritting-huimangnuli' assert { type: 'css' };
// ES6+
import '@kfonts/nanum-handwritting-huimangnuli';
// CommonJS
require('@kfonts/nanum-handwritting-huimangnuli');
```
```css
body {
font-family: '나눔손글씨 희망누리', 'Nanum HeuiMangNuRi', cursive;
}
```
If you can not use self-host method but want to this font, you can embed this from unpkg.
```html
<link rel="stylesheet" href="https://unpkg.com/@kfonts/nanum-handwritting-huimangnuli/index.css" />
```
Original font can download here: [네이버 글꼴 모음](https://hangeul.naver.com/font)
OFL-1.1
You can check full license description here: [네이버 나눔글꼴 라이선스안내](https://help.naver.com/service/30016/contents/18088?osType=PC&lang=ko)