@kfonts/nanum-gothic-otf

0.2.0 • Public • Published

@kfonts/nanum-gothic-otf

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

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

Quick Start

Installation

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

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

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

Embeding

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

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

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

Styling

body {
  font-family: '나눔고딕OTF', 'NanumGothicOTF', 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-gothic-otf/index.css" />

Original font

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

Licence

OFL-1.1

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

Package Sidebar

Install

npm i @kfonts/nanum-gothic-otf

Weekly Downloads

8

Version

0.2.0

License

OFL-1.1

Unpacked Size

17.1 MB

Total Files

16

Last publish

Collaborators

  • item4