@sumup-oss/design-tokens 9.1.0-next.0 → 9.1.0-next.1

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.
@@ -22,7 +22,7 @@ exports.holo = [
22
22
  'font-weight': '300 900',
23
23
  'font-display': 'swap',
24
24
  'src': 'url("https://static.sumup.com/fonts/holo/nan-holo-for-testing-only.woff2") format("woff2-variations")',
25
- 'font-variation-settings': '"mono" 0',
25
+ 'font-variation-settings': '"wdth" 95, "mono" 0 ',
26
26
  },
27
27
  {
28
28
  'font-family': 'NaN Holo Black',
@@ -19,7 +19,7 @@ export const holo = [
19
19
  'font-weight': '300 900',
20
20
  'font-display': 'swap',
21
21
  'src': 'url("https://static.sumup.com/fonts/holo/nan-holo-for-testing-only.woff2") format("woff2-variations")',
22
- 'font-variation-settings': '"mono" 0',
22
+ 'font-variation-settings': '"wdth" 95, "mono" 0 ',
23
23
  },
24
24
  {
25
25
  'font-family': 'NaN Holo Black',
package/fonts.css CHANGED
@@ -4,7 +4,7 @@
4
4
  font-weight: 300 900;
5
5
  font-display: swap;
6
6
  src: url("https://static.sumup.com/fonts/holo/nan-holo-for-testing-only.woff2") format("woff2-variations");
7
- font-variation-settings: "mono" 0;
7
+ font-variation-settings: "wdth" 95, "mono" 0;
8
8
  }
9
9
 
10
10
  @font-face {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sumup-oss/design-tokens",
3
- "version": "9.1.0-next.0",
3
+ "version": "9.1.0-next.1",
4
4
  "description": "Visual primitives such as typography, color, and spacing that are shared across platforms.",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/es/index.js",