English 英文 Chinese 中文
Chiron Hei HK (昭源黑體) is a Traditional Chinese sans-serif typeface based on Adobe’s Source Han Sans (a.k.a. Google’s Noto Sans CJK). The original typeface is based on the Reference Glyphs for Chinese Computer Systems in Hong Kong published by the Chinese Language Interface Advisory Committee (CLIAC) in 2016. The glyph shape resembles the strokes in handwritten Chinese characters, which may not be all suitable for screen and printing.
In Chiron Hei HK, glyph shapes in Source Han Sans Traditional Chinese (Hong Kong) are reviewed and adjusted for the better display effect on screen and in print. The font takes references from the glyph shapes of typefaces commonly seen in daily life to provide a set of regional agnostic, modern-style glyphs that balance standard glyph shapes and the usual stroke forms of printed typefaces. The glyph set is similar to the prevailing, usually commercial, typefaces in the Traditional Chinese communities.
Also check out Chiron Sung HK, the complementary serif typeface for Chiron Hei HK.
As this font is designed for Traditional Chinese users, the website and the CHANGELOG details are available in Chinese only. This README provides an introductory guide to the font’s features and usage in English.
Download the font from the Github Releases page and install it. The font comes with various configurations:
- TrueType format, static instances (
TTF/
directory) - OpenType format, static instances (
OTF/
directory) - Variable Font in TrueType or OpenType format (
VAR/
directory) - Webfont version in OpenType WOFF2 format (
WOFF2_OTF/
directory) - Webfont version in TrueType WOFF2 format (
WOFF2_TTF/
directory)
The font family name is Chiron Hei HK for static instances, and Chiron Hei HK VF for the variable font configuration. Use the Chiron Sung HK WS font family name for the webfont version (see below).
In addition to downloading manually through the Github releases page, there are two alternative ways to access the webfont version of Chiron Hei HK.
You may self-host the webfont version by installing the corresponding npm package and import the CSS files. For example:
@import '~chiron-hei-hk-webfont/css/vf.css';
@import '~chiron-hei-hk-webfont/css/vf-italic.css';
For TrueType outline, install the chiron-hei-hk-webfont-truetype npm package instead, and change the import module name from chiron-hei-hk-webfont
to chiron-hei-hk-webfont-truetype
.
Visit the font package page in jsDelivr (OpenType / TrueType), add the desired font styles to the collection, and retrieve the CSS import statements. Note: do not use the option that merges all the selected styles into a single file. This will not work.
Usage example:
body {
font-family: "Chiron Hei HK WS"; /* Note the font name. */
font-weight: 310; /* Any number between 200 and 900. */
font-style: normal; /* normal or italic. */
font-variation-settings: "PADG" 4; /* Any number between 0 and 10. */
}
Chiron Hei HK is based on the Traditional Chinese (Hong Kong) variant of Source Han Sans (the upstream). Here’s a comparison to illustrate the features of Chiron Hei HK:
Glyphs of Big Five and HKSCS-2016 character sets for Source Han Sans Traditional Chinese (Hong Kong) are designed mostly in accordance with the Reference Glyphs for Chinese Computer Systems in Hong Kong . In my opinion it is a little too fastidious about asking the printed form of a character to follow how it is written by hand.
Chiron Hei HK takes references from the commercial typefaces commonly seen in Hong Kong, which emphasizes overall aesthetics for printing and display. While Chiron Hei HK doesn’t strictly adhere to a single standard (de facto or not), its chosen glyph form is widely recognized by the Traditional Chinese community.
Over 7,000 glyphs have been remapped or modified as of this writing. Check out UpstreamDifferences.pdf for details on changes (Section 1 and 3 for remapped glyphs and section 2 and 4 for redesigned glyphs).
Chiron Hei HK covers all codepoints in the language-specific configuration of Source Han Sans Traditional Chinese (Hong Kong). However, it does not support the locl
(localized forms) feature of the original typeface. Only the default, opinionated set of glyph shapes will be available. Glyphs specific to other regions are removed.
- Full-width punctuation shapes have been slightly adjusted.
‘
,’
,“
and”
now default to their proportional version as「
,」
,『
and』
are used for Chinese quotes in Traditional Chinese environment- Full-width version of
⸺
(U+2E3A) and⸻
(U+2E3B) are provided by default. - Removed the
halt
vhal
palt
vpal
Opentype instructions for full-width punctuations. Shrinking the advance widths is not recommended for these characters in Traditional Chinese environment.
Over a thousand Chinese character glyphs have been added, including amendments after the publishing of HKSCS-2016.
Again, check out UpstreamDifferences.pdf (Section 6) for details.
The full set of Source Sans 3 has been incorporated. Note that the scaling factor of the LGC characters in Chiron Hei HK is different from the upstream, so it is not a drop-in replacement of the latter.
The static font families, Chiron Hei HK and Chiron Hei HK Text, use abbreviated weight names for better compatibility with certain operating systems. The variable font version (Chiron Hei HK VF) uses the long weight names as its upstream.
Chiron Hei HK/HK Text | Chiron Hei HK VF | Weight Axis Value |
---|---|---|
EL | ExtraLight | 200 |
L | Light | 300 |
N | Normal | 350 |
R | Regular | 400 |
M | Medium | 500 |
SB | SemiBold | 600 |
B | Bold | 700 |
H | Heavy | 900 |
Note that the “SemiBold” font weight is not present in the upstream.
Source Han Sans does not have a true italic font configuration. Chiron Hei HK provides an italic style by slanting the original (non-LGC) glyphs and then incorporating the Source Sans italic typeface.
Chiron Hei HK introduces a new “PADG” axis alongside the original “wght” axis in the variable font. This “PADG” axis allows you to control the type face area decrement of Han/Kanji characters. A positive value will shrink the character size without changing the advance width, bringing more space between Chinese characters. This can be useful for body text typesetting in print.
The value can be any integer between 0 and 10. 0 means zero decrement, and setting it to 10 will shrink the character size by approximately 5%.
The “Text” subfamily is created by converting variable font instances with the PADG
axis set to 6 into static instances. By moderately shrinking the Han/Kanji characters, the “Text” subfamily provides more space between Chinese characters, making it suitable for body text typesetting.
Regular master has been added to a small number of frequently accessed characters.
Chiron Hei HK is available under the OFL-1.1 License and can be used free of charge, for both commercial and non-commercial purposes. Refer to LICENSE.md for details.
Buy me a drink through Paypal.me if you are satisfied with my work.