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