JSPM

@kfonts/nanum-square-round-otf

0.0.3
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 9
  • Score
    100M100P100Q49405F
  • License MIT

나눔스퀘어라운드OTF typeface

Package Exports

  • @kfonts/nanum-square-round-otf

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/nanum-square-round-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/nanum-square-round-otf

나눔스퀘어라운드OTF 폰트를 self-host 하기 위한 webfont 파일과 css 파일

설치

$ npm install --save @kfonts/nanum-square-round-otf

혹은

yarn add @kfonts/nanum-square-round-otf

사용

webpack을 통해 빌드되는 프로젝트에서 다음과 같은 형태로 사용 가능합니다.

require('@kfonts/nanum-square-round-otf');

혹은

import '@kfonts/nanum-square-round-otf';

그 후에 CSS 안에서 다음과 같이 사용 가능합니다.

body {
    font-family: '나눔스퀘어라운드OTF';
}