JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 28
  • Score
    100M100P100Q90133F
  • License OFL-1.1

배달의민족 한나체 Air OTF typeface

Package Exports

  • @kfonts/bm-hanna-air-otf
  • @kfonts/bm-hanna-air-otf/index.css

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@kfonts/bm-hanna-air-otf) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@kfonts/bm-hanna-air-otf

@kfonts/bm-hanna-air-otf on npmjs.com

The CSS and web font files for using “배달의민족 한나체 Air OTF” font on your website without external resource.

Quick Start

Installation

# npm
npm install --save @kfonts/bm-hanna-air-otf

# yarn
yarn add @kfonts/bm-hanna-air-otf

# pnpm
pnpm install @kfonts/bm-hanna-air-otf

Embeding

// ES6+ with import assertion
import '@kfonts/bm-hanna-air-otf' assert { type: 'css' };

// ES6+
import '@kfonts/bm-hanna-air-otf';

// CommonJS
require('@kfonts/bm-hanna-air-otf');

Styling

body {
  font-family: '배달의민족 한나체 Air OTF', 'BM HANNA Air OTF', sans-serif;
}

Without self-host

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-air-otf/index.css" />

Original font

Original font can download here: 우아한형제들 글꼴

Licence

OFL-1.1

You can check full license description here: 배달의민족 글꼴 라이센스 정책