@sarap422/font-hanken-grotesk
v1.0.5
Published
Web font collection with size-adjust support for optimal typography balance
Maintainers
Readme
@sarap422/font-hanken-grotesk
Web fonts collection with size-adjust support for optimal typography balance.
📦 Installation
<!-- original version -->
<link href="https://unpkg.com/@sarap422/[email protected]/font-face.css" rel="stylesheet">
<!-- size-adjust version -->
<link href="https://unpkg.com/@sarap422/[email protected]/font-face.adjusted.css" rel="stylesheet">📁 Directory Structure
font/
├── *.woff
├── *.woff2
├── font-face.css # size-adjust: 100%
├── font-face.adjusted.css # Font with adjusted size-adjust values
├── OFL.txt # Original Font's LICENSE
├── README.original # Original Font's README
└── README.md # README📝 Changelog
[1.0.5] - 2025-10-10
Added
- Initial release
- size-adjust support (values under adjustment)
⚠️ Development Status
This package is currently in beta (version 0.x.x). The size-adjust values are still being fine-tuned based on real-world usage and feedback. Breaking changes to size-adjust values may occur between minor versions until version 1.0.5 is released.
📄 Licenses
Each font has its own license file in its directory:
- Most fonts: SIL Open Font License 1.1 (OFL.txt)
- Some fonts: CC0 1.0 Universal (LICENSE or CC0.txt)
Please check each font's directory for specific license information.
⚙️ What is size-adjust?
The size-adjust CSS property allows you to normalize the visual size of different fonts. This is particularly useful when mixing Japanese and English fonts, as they often have different x-heights and appear mismatched at the same font-size.
@font-face {
font-family: "Example Font";
size-adjust: 105%; /* Makes the font 6% larger */
}🤝 Contributing
Feel free to suggest new fonts or size-adjust values via issues.
👤 Author
sarap422
This package is a collection of fonts from various authors. All original licenses are preserved and included in each font's directory.
