The CSS and web font files for using “배달의민족 한나체 Pro” font on your website without external resource.
# npm
npm install --save @kfonts/bm-hanna-pro
# yarn
yarn add @kfonts/bm-hanna-pro
# pnpm
pnpm install @kfonts/bm-hanna-pro
// ES6+ with import assertion
import '@kfonts/bm-hanna-pro' assert { type: 'css' };
// ES6+
import '@kfonts/bm-hanna-pro';
// CommonJS
require('@kfonts/bm-hanna-pro');
body {
font-family: '배달의민족 한나체 Pro', 'BM HANNA Pro', sans-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/bm-hanna-pro/index.css" />
Original font can download here: 우아한형제들 글꼴
OFL-1.1
You can check full license description here: 배달의민족 글꼴 라이센스 정책