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

@harena-hq/term-font

v1.0.2

Published

Harena Term, a dual-script terminal font with exact 1:2 cell metrics.

Readme

Harena Term

The web-font package for Harena Term, a Korean, Japanese and Latin terminal typeface whose narrow and wide glyphs land on an exact 1:2 cell grid.

The package contains four WOFF2 faces: Regular and Bold for both the Korean (K) and Japanese (J) regional cuts. It contains no JavaScript and runs no install script.

The npm package and the embedded typeface are versioned independently. Package metadata under harena.fontVersion identifies the exact Harena Term release carried by each npm version.

Package-only changes are recorded in CHANGELOG.md.

Install

npm install @harena-hq/term-font

Most users should load the Korean cut:

@import "@harena-hq/term-font/k.css";

.xterm {
  font-family: "Harena Term K", monospace;
}

Load the Japanese cut when Japanese regional han forms are preferred:

@import "@harena-hq/term-font/j.css";

.xterm {
  font-family: "Harena Term J", monospace;
}

Importing @harena-hq/term-font loads both cuts. Direct font-file subpaths are also exported under @harena-hq/term-font/fonts/.

K and J differ only in 611 regional han glyphs. Their metrics are identical. K is the default choice for Korean text or when there is no regional preference.

Compatibility

Harena Term follows the xterm.js Unicode 11 width provider and renders Unicode East Asian Width Ambiguous characters as one cell. It is not suitable for a terminal configured to reserve two cells for ambiguous characters.

The package is approximately 20 MB because each regional cut carries a large CJK repertoire. Import only k.css or j.css unless both cuts are needed.

Desktop TTF archives, complete documentation, coverage and reproducible build instructions are available from the Harena Term repository.

License

The fonts are distributed under the SIL Open Font License 1.1. Embedded icon sets retain their own notices and attribution requirements; see THIRD_PARTY_NOTICES.md and licenses/ in this package.