@navikt/ds-tailwind 6.13.0 → 6.15.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@navikt/ds-tailwind",
3
- "version": "6.13.0",
3
+ "version": "6.15.0",
4
4
  "description": "Tailwind config based on @navikt/ds-tokens",
5
5
  "author": "Aksel | NAV designsystem team",
6
6
  "keywords": [
@@ -25,7 +25,7 @@
25
25
  "directory": "@navikt/core/tailwind"
26
26
  },
27
27
  "devDependencies": {
28
- "@navikt/ds-tokens": "^6.13.0",
28
+ "@navikt/ds-tokens": "^6.15.0",
29
29
  "color": "4.2.3",
30
30
  "lodash": "^4.17.21",
31
31
  "tailwindcss": "^3.3.3",
@@ -309,7 +309,7 @@ module.exports = {
309
309
  "medium": "1.25rem"
310
310
  },
311
311
  "fontFamily": {
312
- "font-family": "'Source Sans Pro', Arial, sans-serif"
312
+ "font-family": "'Source Sans 3', 'Source Sans Pro', Arial, sans-serif"
313
313
  },
314
314
  "borderRadius": {
315
315
  "small": "2px",