@utrecht/component-library-css 1.0.0-alpha.441 → 1.0.0-alpha.442

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/dist/index.css +1 -1
  2. package/package.json +2 -2
package/dist/index.css CHANGED
@@ -3792,7 +3792,7 @@ however browsers don't seem to have implemented great looking supixel tweening y
3792
3792
  */
3793
3793
  /* stylelint-disable-next-line block-no-empty */
3794
3794
  .utrecht-navhtml {
3795
- font-family: var(--utrecht-font-family-sans-serif);
3795
+ font-family: var(--utrecht-document-font-family);
3796
3796
  }
3797
3797
 
3798
3798
  .utrecht-topnav__list {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.0-alpha.441",
2
+ "version": "1.0.0-alpha.442",
3
3
  "author": "Community for NL Design System",
4
4
  "description": "Component library bundle for the Municipality of Utrecht based on the NL Design System architecture",
5
5
  "license": "EUPL-1.2",
@@ -26,5 +26,5 @@
26
26
  "clean": "rimraf dist/"
27
27
  },
28
28
  "main": "dist/index.css",
29
- "gitHead": "6ac33a3b85e5cfecffb8bbf85cda47d75c394c1c"
29
+ "gitHead": "02b9453ef113d98e20626ddc08b3461d7ea7fa22"
30
30
  }