JSPM

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

나눔바른고딕 typeface

Package Exports

  • @kfonts/nanum-barun-gothic
  • @kfonts/nanum-barun-gothic/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/nanum-barun-gothic) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@kfonts/nanum-barun-gothic

@kfonts/nanum-barun-gothic on npmjs.com

The CSS and web font files for using “나눔바른고딕” font on your website without external resource.

Quick Start

Installation

# npm
npm install --save @kfonts/nanum-barun-gothic

# yarn
yarn add @kfonts/nanum-barun-gothic

# pnpm
pnpm install @kfonts/nanum-barun-gothic

Embeding

// ES6+ with import assertion
import '@kfonts/nanum-barun-gothic' assert { type: 'css' };

// ES6+
import '@kfonts/nanum-barun-gothic';

// CommonJS
require('@kfonts/nanum-barun-gothic');

Styling

body {
  font-family: '나눔바른고딕', 'NanumBarunGothic', 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/nanum-barun-gothic/index.css" />

Original font

Original font can download here: 네이버 글꼴 모음

Licence

OFL-1.1

You can check full license description here: 네이버 나눔글꼴 라이선스안내