The CSS and web font files for using “대화나눔” font on your website without external resource.
# npm
npm install --save @kfonts/daehwa-nanum
# yarn
yarn add @kfonts/daehwa-nanum
# pnpm
pnpm install @kfonts/daehwa-nanum
// ES6+ with import assertion
import '@kfonts/daehwa-nanum' assert { type: 'css' };
// ES6+
import '@kfonts/daehwa-nanum';
// CommonJS
require('@kfonts/daehwa-nanum');
body {
font-family: '대화나눔', 'Daehwa Nanum', 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/daehwa-nanum/index.css" />
Original font can download here: 대화나눔폰트
OFL-1.1
You can check full license description here: Open Font License