中文版説明請按此 / Click here for the Chinese README
Chiron Sung HK (昭源宋體) is a Traditional Chinese serif typeface based on Adobe’s Source Han Serif (branded as Noto Sans CJK by Google). The font aims to provide a modern, region-agnostic glyph set that adopts the “modern” glyph style similar to the prevailing, usually commercial, typefaces in Traditional Chinese regions.
Also check out Chiron Hei HK, the complementary sans-serif typeface for Chiron Sung HK.
Note: As this font targets Traditional Chinese users, the website and the CHANGELOG details are available in Traditional Chinese only.
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 Sung HK for static instances, and Chiron Sung HK VF for the variable font configuration. Use the Chiron Sung HK WS font family name for the webfont version (see below).
Besides manually downloading the font from the GitHub Releases page, there are two alternative ways to access the webfont version of Chiron Sung HK.
- Self-hosting
Install the chiron-sung-hk-webfont npm package and import the CSS files. For example:
@import '~chiron-sung-hk-webfont/css/vf.css';
@import '~chiron-sung-hk-webfont/css/vf-italic.css';
For TrueType outline, install the chiron-sung-hk-webfont-truetype npm package instead, and change the import module name from chiron-sung-hk-webfont
to chiron-sung-hk-webfont-truetype
.
- CDN
Visit the jsDeliver webpage, add the desired font styles to the collection, and retrieve the CSS import statements. Note: do not enable the option that will merge all the selected styles into a single file. This will not work.
Usage example in CSS:
body {
font-family: "Chiron Sung HK WS"; /* Note the font name. */
font-weight: 310; /* Any number between 250 and 900. */
font-style: normal; /* normal or italic. */
font-variation-settings: "PADG" 4; /* Any number between 0 and 10. */
}
Chiron Sung HK is based on the Traditional Chinese (Hong Kong) variant of Source Han Serif (the upstream). Here’s a comparison to illustrate the features of Chiron Sung HK:
Glyphs of Big Five and HKSCS-2016 character sets for Source Han Serif Traditional Chinese (Hong Kong) are designed 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 Sung HK takes references from the commercial typefaces commonly seen in Hong Kong, which emphasizes overall aesthetics for printing and display. While Chiron Sung 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 6,000 glyphs have been remapped or modified. Check out UpstreamDifferences.pdf for details on the changes.
Chiron Sung HK covers all codepoints in the language-specific configuration of Source Han Serif 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.- Full-width versions of
⸺
(U+2E3A) and⸻
(U+2E3B) are provided by default. - Opentype instructions
halt
vhal
palt
vpal
for full-width punctuations have been removed.
Over a thousand Chinese character glyphs have been added, including amendments after the publishing of HKSCS-2016.
Again, check out UpstreamDifferences.pdf for details.
The full set of Source Serif has been incorporated. Note that the scaling factor of the LGC characters in Chiron Sung HK is different from the upstream, so it is not a drop-in replacement of the latter.
Source Han Serif does not have a true italic font configuration. Chiron Sung HK provides an italic style by slanting the original (non-LGC) glyphs and then incorporating the Source Serif italic typeface.
The static font families, Chiron Sung HK and Chiron Sung HK Text, use abbreviated weight names for better compatibility with certain operating systems. The variable font version (Chiron Sung HK VF) adopts the long weight names as its upstream.
Chiron Sung HK/HK Text | Chiron Sung HK VF | Weight Axis Value |
---|---|---|
EL | ExtraLight | 250 |
L | Light | 300 |
N | Normal | 350 |
R | Regular | 400 |
M | Medium | 500 |
SB | SemiBold | 600 |
B | Bold | 700 |
H | Heavy | 900 |
Note that the “Normal” font weight is not present in the upstream.
Chiron Sung HK introduces a new “PADG” axis alongside the original “wght” axis in the variable font. This “PADG” axis allows you to control the area ratio decrement of Han/Kanji characters relative to the upstream.
The “PADG” axis changes the glyph contour without affecting other measurement data will be affected. A value of 0 means no decrement, while setting it to 10 will shrink the character size by approximately 5%.
This subfamily is created by converting the variable instance of different weights with PADG
axis set to 6 to static instances.
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.
A SemiBold master has been added to a small number of frequently accessed characters.
Chiron Sung HK is available under the OFL-1.1 License, allowing free use for both commercial and non-commercial purposes. Refer to LICENSE.md for details.
If you’re satisfied with my work, consider buying me a drink through Paypal.me. Your support is greatly appreciated!