@hashicorp/mds-tokens 0.9.2 → 0.9.3

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/style.css +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hashicorp/mds-tokens",
3
- "version": "0.9.2",
3
+ "version": "0.9.3",
4
4
  "description": "Materia Design System tokens and base styles.",
5
5
  "author": "HashiCorp",
6
6
  "license": "MPL-2.0",
package/style.css CHANGED
@@ -256,8 +256,8 @@ hr {
256
256
  font-style: normal;
257
257
  font-weight: 400;
258
258
  src: local('DejaVu Sans Mono'),
259
- url('../src/font/dejavu_sans_mono-400-normal.woff2') format('woff2'),
260
- url('../src/font/dejavu_sans_mono-400-normal.woff') format('woff');
259
+ url('./font/dejavu_sans_mono-400-normal.woff2') format('woff2'),
260
+ url('./font/dejavu_sans_mono-400-normal.woff') format('woff');
261
261
  }
262
262
  /* Custom Properties */
263
263
  :root,