Package Exports
- @kfonts/nexon-lv2-gothic-otf
- @kfonts/nexon-lv2-gothic-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/nexon-lv2-gothic-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/nexon-lv2-gothic-otf
The CSS and web font files for using “넥슨Lv2고딕 OTF” font on your website without external resource.
Quick Start
Installation
# npm
npm install --save @kfonts/nexon-lv2-gothic-otf
# yarn
yarn add @kfonts/nexon-lv2-gothic-otf
# pnpm
pnpm install @kfonts/nexon-lv2-gothic-otfEmbeding
// ES6+ with import assertion
import '@kfonts/nexon-lv2-gothic-otf' assert { type: 'css' };
// ES6+
import '@kfonts/nexon-lv2-gothic-otf';
// CommonJS
require('@kfonts/nexon-lv2-gothic-otf');Styling
body {
font-family: '넥슨Lv2고딕 OTF', 'NEXON Lv2 Gothic 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/nexon-lv2-gothic-otf/index.css" />Original font
Original font can download here: NEXON LEVEL UP
Licence
You can check full license description here: 넥슨 폰트 사용정책