1.0.11 • Published 6 months ago

chiron-sung-hk-webfont v1.0.11

Weekly downloads
-
License
OFL-1.1
Repository
github
Last release
6 months ago

Chiron Sung HK Webfont

About

This package contains the webfont version of Chiron Sung HK (昭源宋體).

Chiron Sung HK is a CJK typeface derived from the Source Han Serif / Noto Serif CJK font family. It aims to provide a modern, region-agnostic glyph set adopting the “written” style that is similar to the prevailing, usually commercial, typefaces such that it is suitable for use in a Traditional Chinese environment.

Chiron Sung HK is available in several configurations: OpenType/CFF (OTF), TrueType (TTF), OpenType/CFF2 (OTF) variable font, TrueType variable font, and the webfont version in WOFF File Format 2.0 (WOFF2) variable font format.

This package provides the webfont (WOFF2) build of the font. It utilizes Unicode-range subsetting technology to reduce download size and improve loading performance. Check out the project's Github repository for a complete README, and the font family's website for usage example (both in Chinese only).

Usage

To use this webfont, install the package first:

npm install chiron-sung-hk-webfont 

Then, include the css/vf.css file in your web page. For instance, if you use webpack, you would import the font's CSS file with the following statement:

@import '~chiron-sung-hk-webfont/css/vf.css';

Finally, set the font-family property to Chiron Sung HK WS:

body {
    font-family: "Chiron Sung HK WS", serif;
}

You can use the font-weight CSS property to set the desired boldness. The following table shows the default static font weights and their corresponding font-weight values. As a variable font, you may also specify any value between 250 and 900.

Font WeightCSS font-weight value
ExtraLight250
Light300
Normal350
Regular400
Medium500
SemiBold600
Bold700
Heavy900

In addition, you can tweak the glyph space accommodation in the em-box via the font's "PADG" axis. For instance:

p {
    font-variation-settings: "PADG" 6;
}

The valid range for this variable font axis is from 0 to 10. The value is 0 if unspecified.

License

Chiron Sung HK is licensed under the SIL Open Font License, Version 1.1. The full text of the license is available at https://scripts.sil.org/OFL_web.

1.0.11

6 months ago

1.0.10

9 months ago

1.0.9-alpha.0

12 months ago

1.0.8

12 months ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago