Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@kfonts/nanum-handwritting-dajinche

item455OFL-1.10.2.0

나눔손글씨 다진체 typeface

@kfonts, font, font family, typeface, webfont, web, front-end, korean, 나눔손글씨 다진체, Nanum DaJinCe

readme

@kfonts/nanum-handwritting-dajinche

@kfonts/nanum-handwritting-dajinche 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-handwritting-dajinche

# yarn
yarn add @kfonts/nanum-handwritting-dajinche

# pnpm
pnpm install @kfonts/nanum-handwritting-dajinche

Embeding

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

// ES6+
import '@kfonts/nanum-handwritting-dajinche';

// CommonJS
require('@kfonts/nanum-handwritting-dajinche');

Styling

body {
  font-family: '나눔손글씨 다진체', 'Nanum DaJinCe', cursive;
}

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-handwritting-dajinche/index.css" />

Original font

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

Licence

OFL-1.1

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