Package Exports
- @kfonts/neodgm
- @kfonts/neodgm/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/neodgm) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@kfonts/neodgm
The CSS and web font files for using “Neo둥근모” font on your website without external resource.
Quick Start
Installation
# npm
npm install --save @kfonts/neodgm
# yarn
yarn add @kfonts/neodgm
# pnpm
pnpm install @kfonts/neodgmEmbeding
// ES6+ with import assertion
import '@kfonts/neodgm' assert { type: 'css' };
// ES6+
import '@kfonts/neodgm';
// CommonJS
require('@kfonts/neodgm');Styling
body {
font-family: 'Neo둥근모', 'NeoDunggeunmo', 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/neodgm/index.css" />Original font
Original font can download here: Neo둥근모 프로젝트
Licence
OFL-1.1
You can check full license description here: LICENSE.txt