@fontsource-variable/zalando-sans 5.2.1 → 5.3.0

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
@@ -1,6 +1,6 @@
1
1
  # Fontsource Zalando Sans
2
2
 
3
- [![npm (scoped)](https://img.shields.io/npm/v/@fontsource-variable/zalando-sans?color=brightgreen)](https://www.npmjs.com/package/@fontsource-variable/zalando-sans) [![Generic badge](https://img.shields.io/badge/fontsource-passing-brightgreen)](https://github.com/fontsource/fontsource) [![Monthly downloads](https://badgen.net/npm/dm/@fontsource-variable/zalando-sans)](https://github.com/fontsource/fontsource) [![Total downloads](https://badgen.net/npm/dt/@fontsource-variable/zalando-sans)](https://github.com/fontsource/fontsource) [![GitHub stars](https://img.shields.io/github/stars/fontsource/fontsource.svg?style=social&label=Star)](https://github.com/fontsource/fontsource/stargazers)
3
+ [![npm (scoped)](https://img.shields.io/npm/v/@fontsource-variable/zalando-sans?color=brightgreen)](https://www.npmjs.com/package/@fontsource-variable/zalando-sans) [![Generic badge](https://img.shields.io/badge/fontsource-passing-brightgreen)](https://github.com/fontsource/fontsource) [![Monthly downloads](https://badgen.net/npm/dm/@fontsource-variable/zalando-sans)](https://github.com/fontsource/fontsource) [![Total downloads](https://badgen.net/npm/dt/@fontsource-variable/zalando-sans)](https://github.com/fontsource/fontsource)
4
4
 
5
5
  The CSS and web font files to easily self-host the “Zalando Sans” variable font. Please visit the main [Fontsource website](https://fontsource.org/fonts/zalando-sans) to view more details on this package.
6
6
 
@@ -23,7 +23,7 @@ import "@fontsource-variable/zalando-sans/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: `[latin,latin-ext]`
26
+ - Subsets: `[latin,latin-ext,vietnamese]`
27
27
  - Axes: `[wdth,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/zalando-sans).
@@ -43,6 +43,6 @@ Copyright 2025 The Zalando Sans Project Authors (https://github.com/zalando/sans
43
43
  [OFL-1.1](https://openfontlicense.org)
44
44
 
45
45
  ## Other Notes
46
- Font version (provided by source): `v2`.
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
@@ -1,3 +1,13 @@
1
+ /* zalando-sans-vietnamese-wght-normal */
2
+ @font-face {
3
+ font-family: 'Zalando Sans Variable';
4
+ font-style: normal;
5
+ font-display: swap;
6
+ font-weight: 200 900;
7
+ src: url(./files/zalando-sans-vietnamese-wght-normal.woff2) format('woff2-variations');
8
+ unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;
9
+ }
10
+
1
11
  /* zalando-sans-latin-ext-wght-normal */
2
12
  @font-face {
3
13
  font-family: 'Zalando Sans Variable';
package/index.d.css.ts ADDED
@@ -0,0 +1 @@
1
+ export {};
package/metadata.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "zalando-sans",
3
3
  "family": "Zalando Sans",
4
- "subsets": ["latin", "latin-ext"],
4
+ "subsets": ["latin", "latin-ext", "vietnamese"],
5
5
  "weights": [200, 300, 400, 500, 600, 700, 800, 900],
6
6
  "styles": ["italic", "normal"],
7
7
  "defSubset": "latin",
@@ -10,8 +10,8 @@
10
10
  "wdth": {"default": "100", "min": "75", "max": "125", "step": "0.1"},
11
11
  "wght": {"default": "400", "min": "200", "max": "900", "step": "1"}
12
12
  },
13
- "lastModified": "2025-09-16",
14
- "version": "v2",
13
+ "lastModified": "2026-04-02",
14
+ "version": "v3",
15
15
  "category": "sans-serif",
16
16
  "license": {
17
17
  "type": "OFL-1.1",
package/package.json CHANGED
@@ -1,8 +1,9 @@
1
1
  {
2
2
  "name": "@fontsource-variable/zalando-sans",
3
- "version": "5.2.1",
3
+ "version": "5.3.0",
4
4
  "description": "Self-host the Zalando Sans font in a neatly bundled NPM package.",
5
5
  "main": "index.css",
6
+ "types": "index.d.css.ts",
6
7
  "publishConfig": {"access": "public"},
7
8
  "keywords": [
8
9
  "fontsource",
@@ -19,7 +20,11 @@
19
20
  "variable"
20
21
  ],
21
22
  "exports": {
22
- ".": {"sass": "./index.css", "default": "./index.css"},
23
+ ".": {
24
+ "types": "./index.d.css.ts",
25
+ "sass": "./index.css",
26
+ "default": "./index.css"
27
+ },
23
28
  "./LICENSE": "./LICENSE",
24
29
  "./*": {"sass": "./*.css", "default": "./*.css"},
25
30
  "./*.css": {"sass": "./*.css", "default": "./*.css"},
@@ -42,5 +47,6 @@
42
47
  "type": "git",
43
48
  "url": "git+https://github.com/fontsource/font-files.git",
44
49
  "directory": "fonts/variable/zalando-sans"
45
- }
50
+ },
51
+ "publishHash": "4d1c7e5ab1ecd520"
46
52
  }
@@ -1,7 +1,7 @@
1
1
  $id: 'zalando-sans';
2
2
  $family: 'Zalando Sans';
3
3
  $category: sans-serif;
4
- $subsets: (latin, latin-ext);
4
+ $subsets: (latin, latin-ext, vietnamese);
5
5
  $weights: (200, 300, 400, 500, 600, 700, 800, 900);
6
6
  $styles: (italic, normal);
7
7
  $axes: (
@@ -31,6 +31,7 @@ $defaults: (
31
31
  axis: wght,
32
32
  );
33
33
  $unicode: (
34
+ vietnamese: (U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB),
34
35
  latin-ext: (U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF),
35
36
  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),
36
37
  );
@@ -1,3 +1,14 @@
1
+ /* zalando-sans-vietnamese-standard-italic */
2
+ @font-face {
3
+ font-family: 'Zalando Sans Variable';
4
+ font-style: italic;
5
+ font-display: swap;
6
+ font-weight: 200 900;
7
+ font-stretch: 75% 125%;
8
+ src: url(./files/zalando-sans-vietnamese-standard-italic.woff2) format('woff2-variations');
9
+ unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;
10
+ }
11
+
1
12
  /* zalando-sans-latin-ext-standard-italic */
2
13
  @font-face {
3
14
  font-family: 'Zalando Sans Variable';
package/standard.css CHANGED
@@ -1,3 +1,14 @@
1
+ /* zalando-sans-vietnamese-standard-normal */
2
+ @font-face {
3
+ font-family: 'Zalando Sans Variable';
4
+ font-style: normal;
5
+ font-display: swap;
6
+ font-weight: 200 900;
7
+ font-stretch: 75% 125%;
8
+ src: url(./files/zalando-sans-vietnamese-standard-normal.woff2) format('woff2-variations');
9
+ unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;
10
+ }
11
+
1
12
  /* zalando-sans-latin-ext-standard-normal */
2
13
  @font-face {
3
14
  font-family: 'Zalando Sans Variable';
package/unicode.json CHANGED
@@ -1,4 +1,5 @@
1
1
  {
2
+ "vietnamese": "U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB",
2
3
  "latin-ext": "U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF",
3
4
  "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"
4
5
  }
package/wdth-italic.css CHANGED
@@ -1,3 +1,14 @@
1
+ /* zalando-sans-vietnamese-wdth-italic */
2
+ @font-face {
3
+ font-family: 'Zalando Sans Variable';
4
+ font-style: italic;
5
+ font-display: swap;
6
+ font-weight: 200 900;
7
+ font-stretch: 75% 125%;
8
+ src: url(./files/zalando-sans-vietnamese-wdth-italic.woff2) format('woff2-variations');
9
+ unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;
10
+ }
11
+
1
12
  /* zalando-sans-latin-ext-wdth-italic */
2
13
  @font-face {
3
14
  font-family: 'Zalando Sans Variable';
package/wdth.css CHANGED
@@ -1,3 +1,14 @@
1
+ /* zalando-sans-vietnamese-wdth-normal */
2
+ @font-face {
3
+ font-family: 'Zalando Sans Variable';
4
+ font-style: normal;
5
+ font-display: swap;
6
+ font-weight: 200 900;
7
+ font-stretch: 75% 125%;
8
+ src: url(./files/zalando-sans-vietnamese-wdth-normal.woff2) format('woff2-variations');
9
+ unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;
10
+ }
11
+
1
12
  /* zalando-sans-latin-ext-wdth-normal */
2
13
  @font-face {
3
14
  font-family: 'Zalando Sans Variable';
package/wght-italic.css CHANGED
@@ -1,3 +1,13 @@
1
+ /* zalando-sans-vietnamese-wght-italic */
2
+ @font-face {
3
+ font-family: 'Zalando Sans Variable';
4
+ font-style: italic;
5
+ font-display: swap;
6
+ font-weight: 200 900;
7
+ src: url(./files/zalando-sans-vietnamese-wght-italic.woff2) format('woff2-variations');
8
+ unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;
9
+ }
10
+
1
11
  /* zalando-sans-latin-ext-wght-italic */
2
12
  @font-face {
3
13
  font-family: 'Zalando Sans Variable';
package/wght.css CHANGED
@@ -1,3 +1,13 @@
1
+ /* zalando-sans-vietnamese-wght-normal */
2
+ @font-face {
3
+ font-family: 'Zalando Sans Variable';
4
+ font-style: normal;
5
+ font-display: swap;
6
+ font-weight: 200 900;
7
+ src: url(./files/zalando-sans-vietnamese-wght-normal.woff2) format('woff2-variations');
8
+ unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;
9
+ }
10
+
1
11
  /* zalando-sans-latin-ext-wght-normal */
2
12
  @font-face {
3
13
  font-family: 'Zalando Sans Variable';