The CSS and web font files for using “리디바탕” font on your website without external resource.
# npm
npm install --save @kfonts/ridi-batang
# yarn
yarn add @kfonts/ridi-batang
# pnpm
pnpm install @kfonts/ridi-batang
// ES6+ with import assertion
import '@kfonts/ridi-batang' assert { type: 'css' };
// ES6+
import '@kfonts/ridi-batang';
// CommonJS
require('@kfonts/ridi-batang');
body {
font-family: '리디바탕', 'RIDIBatang', serif;
}
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/ridi-batang/index.css" />
Original font can download here: 리디바탕
OFL-1.1
You can check full license description here: 라이선스 안내