The CSS and web font files for using “학교안심 꾸러기” font on your website without external resource.
# npm
npm install --save @kfonts/hakgyoansim-gureum
# yarn
yarn add @kfonts/hakgyoansim-gureum
# pnpm
pnpm install @kfonts/hakgyoansim-gureum
// ES6+ with import assertion
import '@kfonts/hakgyoansim-gureum' assert { type: 'css' };
// ES6+
import '@kfonts/hakgyoansim-gureum';
// CommonJS
require('@kfonts/hakgyoansim-gureum');
body {
font-family: '학교안심 꾸러기', 'Hakgyoansim Ggooreogi', 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/hakgyoansim-gureum/index.css" />
Original font can download here: 학교 안심폰트
OFL-1.1
You can check full license description here: 학교 안심폰트