Hada Mono WOFF2 package
====================

Package files
-------------
This ZIP contains the WOFF2 font files for Hada Mono.

Local webfont use
-----------------
Put this folder on your web server and load WEBFONT.css.

<link rel="stylesheet" href="/fonts/HadaMono/WEBFONT.css">

Then use the family name in your CSS:

pre, code, .terminal {
  font-family: "Hada Mono", ui-monospace, monospace;
  font-weight: 400;
}

.keyword {
  font-weight: 700;
}

CDN
---
Public distribution repo:
https://github.com/hada0127/hada-type

Version-pinned stylesheet:
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/hada0127/hada-type@v2026.09.05/css/hada-mono.css">

WOFF2 ZIP package:
https://github.com/hada0127/hada-type/releases/download/v2026.09.05/HadaMono-WOFF2.zip

The example uses v2026.09.05. Keep the version pinned in production,
then update it intentionally when you upgrade the font files.

License
-------
Hada Mono is distributed under the SIL Open Font License 1.1.
See LICENSE.txt in this package.
