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