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

gen-interface-jp

v0.6.2

Published

Gen Interface JP web font subsets

Readme

Gen Interface JP

Gen Interface JP is a Japanese/Latin UI typeface built from Inter and Noto Sans JP. This package contains unicode-range WOFF2 subsets for web use.

Which CSS Should I Use?

Use the cdn/*.css files when linking directly from jsDelivr:

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/cdn/400.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/cdn/display-800.css">

The CDN CSS files contain absolute WOFF2 URLs such as:

src: url("https://cdn.jsdelivr.net/npm/[email protected]/w/normal/400/000.woff2") format("woff2");

Use the plain .css files when installing from npm or self-hosting:

import "gen-interface-jp/400.css";
import "gen-interface-jp/display-800.css";

Plain CSS files keep relative WOFF2 URLs:

src: url("./w/normal/400/000.woff2") format("woff2");

That relative form is correct for browsers and lets bundlers, local servers, and self-hosted deployments keep the CSS and w/ directory together without depending on jsDelivr.

Entry Points

  • all.css: self-host all weights and both families.

  • 100.css ... 800.css: self-host Gen Interface JP.

  • display-100.css ... display-800.css: self-host Gen Interface JP Display.

  • cdn/all.css: jsDelivr all weights and both families.

  • cdn/100.css ... cdn/800.css: jsDelivr Gen Interface JP.

  • cdn/display-100.css ... cdn/display-800.css: jsDelivr Gen Interface JP Display.

Font Families

body {
  font-family: "Gen Interface JP", sans-serif;
}

h1 {
  font-family: "Gen Interface JP Display", sans-serif;
}

License

Generated fonts are licensed under the SIL Open Font License 1.1. See OFL.txt.