npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@bepyan/arita

v0.2.0

Published

Arita typeface (아리따) served as web fonts via jsDelivr CDN

Readme

Arita Webfont

아리따(Arita) 글꼴을 jsDelivr CDN으로 손쉽게 사용하기 위한 저장소입니다. CSS 한 줄로 웹에서 아리따를 쓸 수 있습니다.

아리따는 아모레퍼시픽의 기업 아이덴티티를 담은 글꼴이자, "나눔의 가치"를 실천하기 위해 누구나 무료로 사용하도록 배포하는 나눔 글꼴입니다. 저작권·이용 조건은 LICENSE를 참고하세요.

글꼴 가족

| font-family | 언어 | 지원 font-weight | | --- | --- | --- | | Arita Sans LTN | 로마자 | 100 · 300 · 500 · 600 · 700 | | Arita Dotum KR | 한글 (돋움) | 100 · 300 · 500 · 600 · 700 | | Arita Buri KR | 한글 (부리) | 100 · 300 · 500 · 600 · 700 | | Arita Sans SC | 중문 간체 | 300 · 500 · 700 |

font-weight 매핑: Thin/HairLine → 100, Light → 300, Medium → 500, SemiBold → 600, Bold → 700.

사용법

@latest는 항상 최신 배포 버전을 자동으로 가리킵니다. 프로덕션에서 CDN 캐시를 최대(약 1년, immutable)로 활용하려면 특정 버전으로 고정하는 것을 권장합니다 (예: @0.2.0).

1. Dynamic Subset (권장)

페이지에 실제로 쓰인 글자 범위(unicode-range)만 내려받아 가장 가볍습니다. 한글·중문처럼 큰 글꼴에 특히 유리합니다.

<link
  rel="stylesheet"
  href="https://cdn.jsdelivr.net/npm/@bepyan/arita@latest/dist/dynamic-subset/arita-dynamic-subset.css"
/>
body {
  font-family: "Arita Dotum KR", sans-serif;
}

2. Static (전체)

글꼴 전체를 한 번에 받는 통짜 방식입니다. 구성이 단순합니다.

<link
  rel="stylesheet"
  href="https://cdn.jsdelivr.net/npm/@bepyan/arita@latest/dist/static/arita.css"
/>

3. 가족별 개별 로드

필요한 가족만 골라 로드하면 트래픽을 더 줄일 수 있습니다.

| 가족 | Dynamic Subset | Static | | --- | --- | --- | | Sans LTN | dist/dynamic-subset/arita-sans-ltn-dynamic-subset.css | dist/static/arita-sans-ltn.css | | Dotum KR | dist/dynamic-subset/arita-dotum-dynamic-subset.css | dist/static/arita-dotum.css | | Buri KR | dist/dynamic-subset/arita-buri-dynamic-subset.css | dist/static/arita-buri.css | | Sans SC | dist/dynamic-subset/arita-sans-sc-dynamic-subset.css | dist/static/arita-sans-sc.css |

<link
  rel="stylesheet"
  href="https://cdn.jsdelivr.net/npm/@bepyan/arita@latest/dist/dynamic-subset/arita-buri-dynamic-subset.css"
/>

CSS @import

@import url("https://cdn.jsdelivr.net/npm/@bepyan/arita@latest/dist/static/arita.css");

예제

<style>
  h1 { font-family: "Arita Buri KR"; font-weight: 700; }
  p  { font-family: "Arita Dotum KR"; font-weight: 300; }
</style>

<h1>아리따 부리</h1>
<p>품격 있는 말씨를 사회와 나누다.</p>

빌드

원본 TTF(fonts/)로부터 dist/를, index.template.html로부터 index.html을 재생성합니다.

npm install
npm run build          # static + dynamic-subset + demo 전체
npm run build:static   # static만
npm run build:subset   # dynamic-subset만
npm run build:demo     # index.template.html → index.html (코드 하이라이팅)
npm run serve          # http://localhost:8080 에서 index.html 데모 확인

데모 페이지는 index.template.html이 소스입니다. 페이지를 수정하려면 템플릿을 고친 뒤 npm run build:demoindex.html을 재생성하세요. index.html을 직접 편집하면 다음 빌드에서 덮어써집니다.

도구

  • cn-font-split — TTF를 unicode-range 단위 woff2 조각 + @font-face CSS로 분할 (dynamic subset).
  • woff2_compress (brew install woff2) — TTF → 통짜 woff2 변환 (static).
  • shiki — 데모 코드블록을 빌드 타임에 하이라이팅. 런타임 네트워크 의존이 없어 새로고침에도 안정적이다.

포맷은 woff2 단독입니다. 2017년 이후 모든 최신 브라우저가 지원합니다.

라이선스

폰트 저작권은 아모레퍼시픽에 있습니다. LICENSE를 확인하세요.