The CSS and web font files for using “나눔손글씨 예쁜 민경체” font on your website without external resource.
# npm
npm install --save @kfonts/nanum-handwritting-ye-ppeun-mingyeongche
# yarn
yarn add @kfonts/nanum-handwritting-ye-ppeun-mingyeongche
# pnpm
pnpm install @kfonts/nanum-handwritting-ye-ppeun-mingyeongche
// ES6+ with import assertion
import '@kfonts/nanum-handwritting-ye-ppeun-mingyeongche' assert { type: 'css' };
// ES6+
import '@kfonts/nanum-handwritting-ye-ppeun-mingyeongche';
// CommonJS
require('@kfonts/nanum-handwritting-ye-ppeun-mingyeongche');
body {
font-family: '나눔손글씨 예쁜 민경체', 'Nanum YeBbeunMinGyeongCe', cursive;
}
If you can not use self-host method but want to this font, you can embed this from unpkg.
<link rel="stylesheet" href="https://unpkg.com/@kfonts/nanum-handwritting-ye-ppeun-mingyeongche/index.css" />
Original font can download here: 네이버 글꼴 모음
OFL-1.1
You can check full license description here: 네이버 나눔글꼴 라이선스안내