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