jvetrau-ds 0.2.15 → 0.2.16

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.
@@ -0,0 +1,8 @@
1
+ @font-face {
2
+ /* typography */
3
+ font-family: 'PP Object Sans Variable';
4
+ src: url('./pp-object-sans/PP Object Sans Variable.woff2') format('woff2');
5
+ font-style: normal;
6
+ font-weight: 300 900;
7
+ font-display: swap;
8
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jvetrau-ds",
3
- "version": "0.2.15",
3
+ "version": "0.2.16",
4
4
  "description": "Multi-brand React design system with semantic tokens",
5
5
  "license": "UNLICENSED",
6
6
  "type": "module",
@@ -38,6 +38,7 @@
38
38
  "import": "./tokens/public.js",
39
39
  "require": "./tokens/public.cjs"
40
40
  },
41
+ "./fonts.css": "./fonts/fonts.css",
41
42
  "./base.css": "./base.css",
42
43
  "./styles.css": "./styles.css",
43
44
  "./themes/*.css": "./themes/*.css",