@fontsource-variable/chiron-hei-hk 5.2.1 → 5.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -23,7 +23,7 @@ import "@fontsource-variable/chiron-hei-hk/wght-italic.css"; // Specify axis and
23
23
  Supported variables:
24
24
  - Weights: `[200,300,400,500,600,700,800,900]`
25
25
  - Styles: `[italic,normal]`
26
- - Subsets: `[chinese-hongkong,cyrillic,cyrillic-ext,greek,greek-ext,latin,latin-ext,symbols2,vietnamese]`
26
+ - Subsets: `[chinese-traditional,cyrillic,cyrillic-ext,greek,greek-ext,latin,latin-ext,symbols2,vietnamese]`
27
27
  - Axes: `[wght]`
28
28
 
29
29
  > Note: `italic` may not be supported by all fonts. To learn more about what axes and styles are supported, please visit the [Fontsource website](https://fontsource.org/fonts/chiron-hei-hk).
@@ -43,6 +43,6 @@ Google Inc.
43
43
  [OFL-1.1](http://scripts.sil.org/OFL)
44
44
 
45
45
  ## Other Notes
46
- Font version (provided by source): `v1`.
46
+ Font version (provided by source): `v3`.
47
47
 
48
48
  If you have any suggestions or ideas to improve the performance of font loading or expand the existing library, feel free to star and contribute to this repository. You can share your suggestions or ideas by creating an [issue](https://github.com/fontsource/fontsource/issues).
package/index.css CHANGED
@@ -8,6 +8,16 @@
8
8
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
9
9
  }
10
10
 
11
+ /* chiron-hei-hk-chinese-traditional-wght-normal */
12
+ @font-face {
13
+ font-family: 'Chiron Hei HK Variable';
14
+ font-style: normal;
15
+ font-display: swap;
16
+ font-weight: 200 900;
17
+ src: url(./files/chiron-hei-hk-chinese-traditional-wght-normal.woff2) format('woff2-variations');
18
+ unicode-range: U+3000-303F,U+3105-312F,U+4E00-9FFF;
19
+ }
20
+
11
21
  /* chiron-hei-hk-cyrillic-ext-wght-normal */
12
22
  @font-face {
13
23
  font-family: 'Chiron Hei HK Variable';
package/metadata.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "id": "chiron-hei-hk",
3
3
  "family": "Chiron Hei HK",
4
4
  "subsets": [
5
- "chinese-hongkong",
5
+ "chinese-traditional",
6
6
  "cyrillic",
7
7
  "cyrillic-ext",
8
8
  "greek",
@@ -19,8 +19,8 @@
19
19
  "ital": {"default": "0", "min": "0", "max": "1", "step": "1"},
20
20
  "wght": {"default": "400", "min": "200", "max": "900", "step": "1"}
21
21
  },
22
- "lastModified": "2025-06-25",
23
- "version": "v1",
22
+ "lastModified": "2025-08-26",
23
+ "version": "v3",
24
24
  "category": "sans-serif",
25
25
  "license": {
26
26
  "type": "OFL-1.1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fontsource-variable/chiron-hei-hk",
3
- "version": "5.2.1",
3
+ "version": "5.2.2",
4
4
  "description": "Self-host the Chiron Hei HK font in a neatly bundled NPM package.",
5
5
  "main": "index.css",
6
6
  "publishConfig": {"access": "public"},
@@ -42,5 +42,6 @@
42
42
  "type": "git",
43
43
  "url": "git+https://github.com/fontsource/font-files.git",
44
44
  "directory": "fonts/variable/chiron-hei-hk"
45
- }
45
+ },
46
+ "publishHash": "d2b3266f7c24708b"
46
47
  }
@@ -1,7 +1,7 @@
1
1
  $id: 'chiron-hei-hk';
2
2
  $family: 'Chiron Hei HK';
3
3
  $category: sans-serif;
4
- $subsets: (chinese-hongkong, cyrillic, cyrillic-ext, greek, greek-ext, latin, latin-ext, symbols2, vietnamese);
4
+ $subsets: (chinese-traditional, cyrillic, cyrillic-ext, greek, greek-ext, latin, latin-ext, symbols2, vietnamese);
5
5
  $weights: (200, 300, 400, 500, 600, 700, 800, 900);
6
6
  $styles: (italic, normal);
7
7
  $axes: (
@@ -26,6 +26,7 @@ $defaults: (
26
26
  );
27
27
  $unicode: (
28
28
  latin: (U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD),
29
+ chinese-traditional: (U+3000-303F,U+3105-312F,U+4E00-9FFF),
29
30
  cyrillic-ext: (U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F),
30
31
  cyrillic: (U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116),
31
32
  greek-ext: (U+1F00-1FFF),
package/unicode.json CHANGED
@@ -1,5 +1,6 @@
1
1
  {
2
2
  "latin": "U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD",
3
+ "chinese-traditional": "U+3000-303F,U+3105-312F,U+4E00-9FFF",
3
4
  "cyrillic-ext": "U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F",
4
5
  "cyrillic": "U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116",
5
6
  "greek-ext": "U+1F00-1FFF",
package/wght-italic.css CHANGED
@@ -8,6 +8,16 @@
8
8
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
9
9
  }
10
10
 
11
+ /* chiron-hei-hk-chinese-traditional-wght-italic */
12
+ @font-face {
13
+ font-family: 'Chiron Hei HK Variable';
14
+ font-style: italic;
15
+ font-display: swap;
16
+ font-weight: 200 900;
17
+ src: url(./files/chiron-hei-hk-chinese-traditional-wght-italic.woff2) format('woff2-variations');
18
+ unicode-range: U+3000-303F,U+3105-312F,U+4E00-9FFF;
19
+ }
20
+
11
21
  /* chiron-hei-hk-cyrillic-ext-wght-italic */
12
22
  @font-face {
13
23
  font-family: 'Chiron Hei HK Variable';
package/wght.css CHANGED
@@ -8,6 +8,16 @@
8
8
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
9
9
  }
10
10
 
11
+ /* chiron-hei-hk-chinese-traditional-wght-normal */
12
+ @font-face {
13
+ font-family: 'Chiron Hei HK Variable';
14
+ font-style: normal;
15
+ font-display: swap;
16
+ font-weight: 200 900;
17
+ src: url(./files/chiron-hei-hk-chinese-traditional-wght-normal.woff2) format('woff2-variations');
18
+ unicode-range: U+3000-303F,U+3105-312F,U+4E00-9FFF;
19
+ }
20
+
11
21
  /* chiron-hei-hk-cyrillic-ext-wght-normal */
12
22
  @font-face {
13
23
  font-family: 'Chiron Hei HK Variable';