@lmvz-ds/styles 0.42.0 → 0.42.2

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.
@@ -2,29 +2,28 @@
2
2
  * !CAUTION: Changes to `/lib/styles/fragments/_routerFont.css` have to be manually synced into this file.
3
3
  */
4
4
 
5
+ /**
6
+ * Kein local(): Router ist auf vielen Arbeitsmaschinen als OTF installiert, und
7
+ * eine local()-Quelle laesst diese Systemschrift mit den Originalmetriken
8
+ * gewinnen. Die ausgelieferten Woffs tragen angepasste vertikale Metriken, die
9
+ * dann wirkungslos waeren. Der Umweg kostet einen Download und macht die
10
+ * Zeilenlage dafuer auf jeder Maschine gleich.
11
+ */
12
+
5
13
  @font-face {
6
14
  font-family: Router;
7
- src:
8
- local('RouterBook-Regular'),
9
- local('Router-Book'),
10
- url('/assets/fonts/Router-Book.woff') format('woff');
15
+ src: url('/assets/fonts/Router-Book.woff') format('woff');
11
16
  font-weight: 400;
12
17
  }
13
18
 
14
19
  @font-face {
15
20
  font-family: Router;
16
- src:
17
- local('RouterMedium-Regular'),
18
- local('Router-Medium'),
19
- url('/assets/fonts/Router-Medium.woff') format('woff');
21
+ src: url('/assets/fonts/Router-Medium.woff') format('woff');
20
22
  font-weight: 500;
21
23
  }
22
24
 
23
25
  @font-face {
24
26
  font-family: Router;
25
- src:
26
- local('RouterBold-Regular'),
27
- local('Router-Bold'),
28
- url('/assets/fonts/Router-Bold.woff') format('woff');
27
+ src: url('/assets/fonts/Router-Bold.woff') format('woff');
29
28
  font-weight: 700;
30
29
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@lmvz-ds/styles",
3
3
  "private": false,
4
- "version": "0.42.0",
4
+ "version": "0.42.2",
5
5
  "description": "The styles of the design system",
6
6
  "author": "Patrick Nemenz <patrick.nemenz@adesso.at>",
7
7
  "volta": {
@@ -29,6 +29,8 @@
29
29
  },
30
30
  "devDependencies": {
31
31
  "@csstools/postcss-global-data": "^4.0.0",
32
+ "@lmvz-ds/design-tokens": "~0.42.2",
33
+ "@lmvz-ds/lib-styles": "~0.16.0",
32
34
  "postcss-custom-media": "^12.0.1",
33
35
  "postcss-import": "^16.1.1",
34
36
  "rolldown": "1.1.2",
@@ -36,9 +38,7 @@
36
38
  "stylelint": "^17.13.0",
37
39
  "stylelint-config-standard": "^40.0.0",
38
40
  "stylelint-value-no-unknown-custom-properties": "6.1.1",
39
- "vite": "^8.0.16",
40
- "@lmvz-ds/design-tokens": "~0.42.0",
41
- "@lmvz-ds/lib-styles": "~0.16.0"
41
+ "vite": "^8.0.16"
42
42
  },
43
43
  "gitHead": "aaec2215b0239d6fa4a5876af444e0b7abba2c7d",
44
44
  "scripts": {