@kfonts/nanum-square-ac-otf
The CSS and web font files for using “나눔스퀘어OTF_ac” font on your website without external resource.
Quick Start
Installation
# npm
npm install --save @kfonts/nanum-square-ac-otf
# yarn
yarn add @kfonts/nanum-square-ac-otf
# pnpm
pnpm install @kfonts/nanum-square-ac-otf
Embeding
// ES6+ with import assertion
import '@kfonts/nanum-square-ac-otf' assert { type: 'css' };
// ES6+
import '@kfonts/nanum-square-ac-otf';
// CommonJS
require('@kfonts/nanum-square-ac-otf');
Styling
body {
font-family: '나눔스퀘어OTF_ac', 'NanumSquareOTF_ac', 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-square-ac-otf/index.css" />
Original font
Original font can download here: 네이버 글꼴 모음
Licence
OFL-1.1
You can check full license description here: 네이버 나눔글꼴 라이선스안내