@bonniernews/dn-design-system-web 3.0.0-alpha.21 → 3.0.0-alpha.23

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/CHANGELOG.md CHANGED
@@ -3,6 +3,23 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## 3.0.0-alpha.23 (2023-03-31)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **web:** only fullwidth factbox button in small screen ([#742](https://github.com/BonnierNews/dn-design-system/issues/742)) ([97b7a4d](https://github.com/BonnierNews/dn-design-system/commit/97b7a4dec6731ec38ae67345296338c08da65a00))
12
+
13
+
14
+
15
+ ## 3.0.0-alpha.22 (2023-03-30)
16
+
17
+ **Note:** Version bump only for package @bonniernews/dn-design-system-web
18
+
19
+
20
+
21
+
22
+
6
23
  ## [3.0.0-alpha.21](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@3.0.0-alpha.20...@bonniernews/dn-design-system-web@3.0.0-alpha.21) (2023-03-28)
7
24
 
8
25
  **Note:** Version bump only for package @bonniernews/dn-design-system-web
@@ -57,7 +57,7 @@
57
57
  iconPosition: 'right',
58
58
  iconName: 'expand_more',
59
59
  classNames: 'ds-factbox__expand-more',
60
- fullWidth: true,
60
+ mobile: { fullWidth: true },
61
61
  forcePx: params.forcePx,
62
62
  condensed: true
63
63
  })}}
@@ -68,7 +68,7 @@
68
68
  iconPosition: 'right',
69
69
  iconName: 'expand_less',
70
70
  classNames: 'ds-factbox__expand-less',
71
- fullWidth: true,
71
+ mobile: { fullWidth: true },
72
72
  forcePx: params.forcePx,
73
73
  condensed: true
74
74
  })}}
@@ -3,7 +3,7 @@ $dnSerif: (
3
3
  fontFamily: DNSerifVf,
4
4
  sources: (
5
5
  (
6
- file: "DNSerif25-Variable.woff2",
6
+ file: "DNSerif-1-100-Variable.woff2",
7
7
  format: "woff2-variations",
8
8
  ),
9
9
  ),
@@ -14,11 +14,11 @@ $dnSerif: (
14
14
  fontFamily: DNSerif,
15
15
  sources: (
16
16
  (
17
- file: "DNSerifHeadline25-Light.woff2",
17
+ file: "DNSerifHeadline-1-100-Light.woff2",
18
18
  format: "woff2",
19
19
  ),
20
20
  (
21
- file: "DNSerifHeadline25-Light.woff",
21
+ file: "DNSerifHeadline-1-100-Light.woff",
22
22
  format: "woff",
23
23
  ),
24
24
  ),
@@ -29,11 +29,11 @@ $dnSerif: (
29
29
  fontFamily: DNSerif,
30
30
  sources: (
31
31
  (
32
- file: "DNSerifHeadline25-Regular.woff2",
32
+ file: "DNSerifHeadline-1-100-Regular.woff2",
33
33
  format: "woff2",
34
34
  ),
35
35
  (
36
- file: "DNSerifHeadline25-Regular.woff",
36
+ file: "DNSerifHeadline-1-100-Regular.woff",
37
37
  format: "woff",
38
38
  ),
39
39
  ),
@@ -44,11 +44,11 @@ $dnSerif: (
44
44
  fontFamily: DNSerif,
45
45
  sources: (
46
46
  (
47
- file: "DNSerifHeadline25-Medium.woff2",
47
+ file: "DNSerifHeadline-1-100-Medium.woff2",
48
48
  format: "woff2",
49
49
  ),
50
50
  (
51
- file: "DNSerifHeadline25-Medium.woff",
51
+ file: "DNSerifHeadline-1-100-Medium.woff",
52
52
  format: "woff",
53
53
  ),
54
54
  ),
@@ -59,11 +59,11 @@ $dnSerif: (
59
59
  fontFamily: DNSerif,
60
60
  sources: (
61
61
  (
62
- file: "DNSerifHeadline25-SemiBold.woff2",
62
+ file: "DNSerifHeadline-1-100-SemiBold.woff2",
63
63
  format: "woff2",
64
64
  ),
65
65
  (
66
- file: "DNSerifHeadline25-SemiBold.woff",
66
+ file: "DNSerifHeadline-1-100-SemiBold.woff",
67
67
  format: "woff",
68
68
  ),
69
69
  ),
@@ -74,11 +74,11 @@ $dnSerif: (
74
74
  fontFamily: DNSerif,
75
75
  sources: (
76
76
  (
77
- file: "DNSerifHeadline25-Bold.woff2",
77
+ file: "DNSerifHeadline-1-100-Bold.woff2",
78
78
  format: "woff2",
79
79
  ),
80
80
  (
81
- file: "DNSerifHeadline25-Bold.woff",
81
+ file: "DNSerifHeadline-1-100-Bold.woff",
82
82
  format: "woff",
83
83
  ),
84
84
  ),
@@ -89,11 +89,11 @@ $dnSerif: (
89
89
  fontFamily: DNSerif,
90
90
  sources: (
91
91
  (
92
- file: "DNSerifHeadline25-ExtraBold.woff2",
92
+ file: "DNSerifHeadline-1-100-ExtraBold.woff2",
93
93
  format: "woff2",
94
94
  ),
95
95
  (
96
- file: "DNSerifHeadline25-ExtraBold.woff",
96
+ file: "DNSerifHeadline-1-100-ExtraBold.woff",
97
97
  format: "woff",
98
98
  ),
99
99
  ),
@@ -104,11 +104,11 @@ $dnSerif: (
104
104
  fontFamily: DNSerif,
105
105
  sources: (
106
106
  (
107
- file: "DNSerifHeadline25-Black.woff2",
107
+ file: "DNSerifHeadline-1-100-Black.woff2",
108
108
  format: "woff2",
109
109
  ),
110
110
  (
111
- file: "DNSerifHeadline25-Black.woff",
111
+ file: "DNSerifHeadline-1-100-Black.woff",
112
112
  format: "woff",
113
113
  ),
114
114
  ),
@@ -122,7 +122,7 @@ $dnSerifItalic: (
122
122
  fontFamily: DNSerifVf,
123
123
  sources: (
124
124
  (
125
- file: "DNSerifItalic25-Variable.woff2",
125
+ file: "DNSerifItalic-1-100-Variable.woff2",
126
126
  format: "woff2-variations",
127
127
  ),
128
128
  ),
@@ -134,11 +134,11 @@ $dnSerifItalic: (
134
134
  fontFamily: DNSerif,
135
135
  sources: (
136
136
  (
137
- file: "DNSerifHeadline25-LightItalic.woff2",
137
+ file: "DNSerifHeadline-1-100-LightItalic.woff2",
138
138
  format: "woff2",
139
139
  ),
140
140
  (
141
- file: "DNSerifHeadline25-LightItalic.woff",
141
+ file: "DNSerifHeadline-1-100-LightItalic.woff",
142
142
  format: "woff",
143
143
  ),
144
144
  ),
@@ -150,11 +150,11 @@ $dnSerifItalic: (
150
150
  fontFamily: DNSerif,
151
151
  sources: (
152
152
  (
153
- file: "DNSerifHeadline25-RegularItalic.woff2",
153
+ file: "DNSerifHeadline-1-100-RegularItalic.woff2",
154
154
  format: "woff2",
155
155
  ),
156
156
  (
157
- file: "DNSerifHeadline25-RegularItalic.woff",
157
+ file: "DNSerifHeadline-1-100-RegularItalic.woff",
158
158
  format: "woff",
159
159
  ),
160
160
  ),
@@ -166,11 +166,11 @@ $dnSerifItalic: (
166
166
  fontFamily: DNSerif,
167
167
  sources: (
168
168
  (
169
- file: "DNSerifHeadline25-MediumItalic.woff2",
169
+ file: "DNSerifHeadline-1-100-MediumItalic.woff2",
170
170
  format: "woff2",
171
171
  ),
172
172
  (
173
- file: "DNSerifHeadline25-MediumItalic.woff",
173
+ file: "DNSerifHeadline-1-100-MediumItalic.woff",
174
174
  format: "woff",
175
175
  ),
176
176
  ),
@@ -182,11 +182,11 @@ $dnSerifItalic: (
182
182
  fontFamily: DNSerif,
183
183
  sources: (
184
184
  (
185
- file: "DNSerifHeadline25-SemiBoldItalic.woff2",
185
+ file: "DNSerifHeadline-1-100-SemiBoldItalic.woff2",
186
186
  format: "woff2",
187
187
  ),
188
188
  (
189
- file: "DNSerifHeadline25-SemiBoldItalic.woff",
189
+ file: "DNSerifHeadline-1-100-SemiBoldItalic.woff",
190
190
  format: "woff",
191
191
  ),
192
192
  ),
@@ -198,11 +198,11 @@ $dnSerifItalic: (
198
198
  fontFamily: DNSerif,
199
199
  sources: (
200
200
  (
201
- file: "DNSerifHeadline25-BoldItalic.woff2",
201
+ file: "DNSerifHeadline-1-100-BoldItalic.woff2",
202
202
  format: "woff2",
203
203
  ),
204
204
  (
205
- file: "DNSerifHeadline25-BoldItalic.woff",
205
+ file: "DNSerifHeadline-1-100-BoldItalic.woff",
206
206
  format: "woff",
207
207
  ),
208
208
  ),
@@ -214,11 +214,11 @@ $dnSerifItalic: (
214
214
  fontFamily: DNSerif,
215
215
  sources: (
216
216
  (
217
- file: "DNSerifHeadline25-ExtraBoldItalic.woff2",
217
+ file: "DNSerifHeadline-1-100-ExtraBoldItalic.woff2",
218
218
  format: "woff2",
219
219
  ),
220
220
  (
221
- file: "DNSerifHeadline25-ExtraBoldItalic.woff",
221
+ file: "DNSerifHeadline-1-100-ExtraBoldItalic.woff",
222
222
  format: "woff",
223
223
  ),
224
224
  ),
@@ -230,11 +230,11 @@ $dnSerifItalic: (
230
230
  fontFamily: DNSerif,
231
231
  sources: (
232
232
  (
233
- file: "DNSerifHeadline25-BlackItalic.woff2",
233
+ file: "DNSerifHeadline-1-100-BlackItalic.woff2",
234
234
  format: "woff2",
235
235
  ),
236
236
  (
237
- file: "DNSerifHeadline25-BlackItalic.woff",
237
+ file: "DNSerifHeadline-1-100-BlackItalic.woff",
238
238
  format: "woff",
239
239
  ),
240
240
  ),
@@ -249,7 +249,7 @@ $dnSans: (
249
249
  fontFamily: DNSansVF,
250
250
  sources: (
251
251
  (
252
- file: "DNSans12-Variable.woff2",
252
+ file: "DNSans-1-200-Variable.woff2",
253
253
  format: "woff2-variations",
254
254
  ),
255
255
  ),
@@ -260,11 +260,11 @@ $dnSans: (
260
260
  fontFamily: DNSans,
261
261
  sources: (
262
262
  (
263
- file: "DNSans12-Light.woff2",
263
+ file: "DNSans-1-200-Light.woff2",
264
264
  format: "woff2",
265
265
  ),
266
266
  (
267
- file: "DNSans12-Light.woff",
267
+ file: "DNSans-1-200-Light.woff",
268
268
  format: "woff",
269
269
  ),
270
270
  ),
@@ -275,11 +275,11 @@ $dnSans: (
275
275
  fontFamily: DNSans,
276
276
  sources: (
277
277
  (
278
- file: "DNSans12-Regular.woff2",
278
+ file: "DNSans-1-200-Regular.woff2",
279
279
  format: "woff2",
280
280
  ),
281
281
  (
282
- file: "DNSans12-Regular.woff",
282
+ file: "DNSans-1-200-Regular.woff",
283
283
  format: "woff",
284
284
  ),
285
285
  ),
@@ -290,11 +290,11 @@ $dnSans: (
290
290
  fontFamily: DNSans,
291
291
  sources: (
292
292
  (
293
- file: "DNSans12-Medium.woff2",
293
+ file: "DNSans-1-200-Medium.woff2",
294
294
  format: "woff2",
295
295
  ),
296
296
  (
297
- file: "DNSans12-Medium.woff",
297
+ file: "DNSans-1-200-Medium.woff",
298
298
  format: "woff",
299
299
  ),
300
300
  ),
@@ -305,11 +305,11 @@ $dnSans: (
305
305
  fontFamily: DNSans,
306
306
  sources: (
307
307
  (
308
- file: "DNSans12-SemiBold.woff2",
308
+ file: "DNSans-1-200-SemiBold.woff2",
309
309
  format: "woff2",
310
310
  ),
311
311
  (
312
- file: "DNSans12-SemiBold.woff",
312
+ file: "DNSans-1-200-SemiBold.woff",
313
313
  format: "woff",
314
314
  ),
315
315
  ),
@@ -320,11 +320,11 @@ $dnSans: (
320
320
  fontFamily: DNSans,
321
321
  sources: (
322
322
  (
323
- file: "DNSans12-Bold.woff2",
323
+ file: "DNSans-1-200-Bold.woff2",
324
324
  format: "woff2",
325
325
  ),
326
326
  (
327
- file: "DNSans12-Bold.woff",
327
+ file: "DNSans-1-200-Bold.woff",
328
328
  format: "woff",
329
329
  ),
330
330
  ),
@@ -335,11 +335,11 @@ $dnSans: (
335
335
  fontFamily: DNSans,
336
336
  sources: (
337
337
  (
338
- file: "DNSans12-Black.woff2",
338
+ file: "DNSans-1-200-Black.woff2",
339
339
  format: "woff2",
340
340
  ),
341
341
  (
342
- file: "DNSans12-Black.woff",
342
+ file: "DNSans-1-200-Black.woff",
343
343
  format: "woff",
344
344
  ),
345
345
  ),
@@ -353,7 +353,7 @@ $dnSansItalic: (
353
353
  fontFamily: DNSansVF,
354
354
  sources: (
355
355
  (
356
- file: "DNSansItalic12-Variable.woff2",
356
+ file: "DNSansItalic-1-200-Variable.woff2",
357
357
  format: "woff2-variations",
358
358
  ),
359
359
  ),
@@ -365,11 +365,11 @@ $dnSansItalic: (
365
365
  fontFamily: DNSans,
366
366
  sources: (
367
367
  (
368
- file: "DNSans12-LightItalic.woff2",
368
+ file: "DNSans-1-200-LightItalic.woff2",
369
369
  format: "woff2",
370
370
  ),
371
371
  (
372
- file: "DNSans12-LightItalic.woff",
372
+ file: "DNSans-1-200-LightItalic.woff",
373
373
  format: "woff",
374
374
  ),
375
375
  ),
@@ -381,11 +381,11 @@ $dnSansItalic: (
381
381
  fontFamily: DNSans,
382
382
  sources: (
383
383
  (
384
- file: "DNSans12-RegularItalic.woff2",
384
+ file: "DNSans-1-200-RegularItalic.woff2",
385
385
  format: "woff2",
386
386
  ),
387
387
  (
388
- file: "DNSans12-RegularItalic.woff",
388
+ file: "DNSans-1-200-RegularItalic.woff",
389
389
  format: "woff",
390
390
  ),
391
391
  ),
@@ -397,11 +397,11 @@ $dnSansItalic: (
397
397
  fontFamily: DNSans,
398
398
  sources: (
399
399
  (
400
- file: "DNSans12-MediumItalic.woff2",
400
+ file: "DNSans-1-200-MediumItalic.woff2",
401
401
  format: "woff2",
402
402
  ),
403
403
  (
404
- file: "DNSans12-MediumItalic.woff",
404
+ file: "DNSans-1-200-MediumItalic.woff",
405
405
  format: "woff",
406
406
  ),
407
407
  ),
@@ -413,11 +413,11 @@ $dnSansItalic: (
413
413
  fontFamily: DNSans,
414
414
  sources: (
415
415
  (
416
- file: "DNSans12-SemiBoldItalic.woff2",
416
+ file: "DNSans-1-200-SemiBoldItalic.woff2",
417
417
  format: "woff2",
418
418
  ),
419
419
  (
420
- file: "DNSans12-SemiBoldItalic.woff",
420
+ file: "DNSans-1-200-SemiBoldItalic.woff",
421
421
  format: "woff",
422
422
  ),
423
423
  ),
@@ -429,11 +429,11 @@ $dnSansItalic: (
429
429
  fontFamily: DNSans,
430
430
  sources: (
431
431
  (
432
- file: "DNSans12-BoldItalic.woff2",
432
+ file: "DNSans-1-200-BoldItalic.woff2",
433
433
  format: "woff2",
434
434
  ),
435
435
  (
436
- file: "DNSans12-BoldItalic.woff",
436
+ file: "DNSans-1-200-BoldItalic.woff",
437
437
  format: "woff",
438
438
  ),
439
439
  ),
@@ -445,11 +445,11 @@ $dnSansItalic: (
445
445
  fontFamily: DNSans,
446
446
  sources: (
447
447
  (
448
- file: "DNSans12-BlackItalic.woff2",
448
+ file: "DNSans-1-200-BlackItalic.woff2",
449
449
  format: "woff2",
450
450
  ),
451
451
  (
452
- file: "DNSans12-BlackItalic.woff",
452
+ file: "DNSans-1-200-BlackItalic.woff",
453
453
  format: "woff",
454
454
  ),
455
455
  ),
@@ -1,18 +1,18 @@
1
1
  $typographyTokensScreenLarge: (
2
2
  expressive-heading01regular: (
3
- fontFamily: "DN Serif 25",
3
+ fontFamily: "DN Serif",
4
4
  fontWeight: Regular,
5
5
  fontSize: 16,
6
6
  lineHeight: 20
7
7
  ),
8
8
  expressive-heading01semibold: (
9
- fontFamily: "DN Serif 25",
9
+ fontFamily: "DN Serif",
10
10
  fontWeight: SemiBold,
11
11
  fontSize: 16,
12
12
  lineHeight: 20
13
13
  ),
14
14
  expressive-heading01bold: (
15
- fontFamily: "DN Serif 25",
15
+ fontFamily: "DN Serif",
16
16
  fontWeight: Bold,
17
17
  fontSize: 16,
18
18
  lineHeight: 20
@@ -39,20 +39,20 @@ $typographyTokensScreenLarge: (
39
39
  fontStyle: italic
40
40
  ),
41
41
  expressive-heading02regular: (
42
- fontFamily: "DN Serif 25",
42
+ fontFamily: "DN Serif",
43
43
  fontWeight: Regular,
44
44
  fontSize: 22,
45
45
  lineHeight: 26,
46
46
  paragraphSpacing: 16
47
47
  ),
48
48
  expressive-heading02semibold: (
49
- fontFamily: "DN Serif 25",
49
+ fontFamily: "DN Serif",
50
50
  fontWeight: SemiBold,
51
51
  fontSize: 22,
52
52
  lineHeight: 26
53
53
  ),
54
54
  expressive-heading02bold: (
55
- fontFamily: "DN Serif 25",
55
+ fontFamily: "DN Serif",
56
56
  fontWeight: Bold,
57
57
  fontSize: 22,
58
58
  lineHeight: 26
@@ -79,19 +79,19 @@ $typographyTokensScreenLarge: (
79
79
  fontStyle: italic
80
80
  ),
81
81
  expressive-heading03regular: (
82
- fontFamily: "DN Serif 25",
82
+ fontFamily: "DN Serif",
83
83
  fontWeight: Regular,
84
84
  fontSize: 32,
85
85
  lineHeight: 36
86
86
  ),
87
87
  expressive-heading03semibold: (
88
- fontFamily: "DN Serif 25",
88
+ fontFamily: "DN Serif",
89
89
  fontWeight: SemiBold,
90
90
  fontSize: 32,
91
91
  lineHeight: 36
92
92
  ),
93
93
  expressive-heading03bold: (
94
- fontFamily: "DN Serif 25",
94
+ fontFamily: "DN Serif",
95
95
  fontWeight: Bold,
96
96
  fontSize: 32,
97
97
  lineHeight: 36
@@ -118,19 +118,19 @@ $typographyTokensScreenLarge: (
118
118
  fontStyle: italic
119
119
  ),
120
120
  expressive-heading04regular: (
121
- fontFamily: "DN Serif 25",
121
+ fontFamily: "DN Serif",
122
122
  fontWeight: Regular,
123
123
  fontSize: 48,
124
124
  lineHeight: 52
125
125
  ),
126
126
  expressive-heading04semibold: (
127
- fontFamily: "DN Serif 25",
127
+ fontFamily: "DN Serif",
128
128
  fontWeight: SemiBold,
129
129
  fontSize: 48,
130
130
  lineHeight: 52
131
131
  ),
132
132
  expressive-heading04bold: (
133
- fontFamily: "DN Serif 25",
133
+ fontFamily: "DN Serif",
134
134
  fontWeight: Bold,
135
135
  fontSize: 48,
136
136
  lineHeight: 52
@@ -157,19 +157,19 @@ $typographyTokensScreenLarge: (
157
157
  fontStyle: italic
158
158
  ),
159
159
  expressive-heading05regular: (
160
- fontFamily: "DN Serif 25",
160
+ fontFamily: "DN Serif",
161
161
  fontWeight: Regular,
162
162
  lineHeight: 64,
163
163
  fontSize: 56
164
164
  ),
165
165
  expressive-heading05semibold: (
166
- fontFamily: "DN Serif 25",
166
+ fontFamily: "DN Serif",
167
167
  fontWeight: SemiBold,
168
168
  lineHeight: 64,
169
169
  fontSize: 56
170
170
  ),
171
171
  expressive-heading05bold: (
172
- fontFamily: "DN Serif 25",
172
+ fontFamily: "DN Serif",
173
173
  fontWeight: Bold,
174
174
  lineHeight: 64,
175
175
  fontSize: 56
@@ -196,109 +196,109 @@ $typographyTokensScreenLarge: (
196
196
  fontStyle: italic
197
197
  ),
198
198
  functional-heading01regular: (
199
- fontFamily: "DN Sans 12",
199
+ fontFamily: "DN Sans",
200
200
  fontWeight: Regular,
201
201
  fontSize: 16,
202
202
  lineHeight: 20
203
203
  ),
204
204
  functional-heading01semibold: (
205
- fontFamily: "DN Sans 12",
205
+ fontFamily: "DN Sans",
206
206
  fontWeight: SemiBold,
207
207
  fontSize: 16,
208
208
  lineHeight: 20
209
209
  ),
210
210
  functional-heading01bold: (
211
- fontFamily: "DN Sans 12",
211
+ fontFamily: "DN Sans",
212
212
  fontWeight: Bold,
213
213
  fontSize: 16,
214
214
  lineHeight: 20
215
215
  ),
216
216
  functional-heading02regular: (
217
- fontFamily: "DN Sans 12",
217
+ fontFamily: "DN Sans",
218
218
  fontSize: 20,
219
219
  fontWeight: Regular,
220
220
  lineHeight: 24
221
221
  ),
222
222
  functional-heading02semibold: (
223
- fontFamily: "DN Sans 12",
223
+ fontFamily: "DN Sans",
224
224
  fontSize: 20,
225
225
  fontWeight: SemiBold,
226
226
  lineHeight: 24
227
227
  ),
228
228
  functional-heading02bold: (
229
- fontFamily: "DN Sans 12",
229
+ fontFamily: "DN Sans",
230
230
  fontSize: 20,
231
231
  fontWeight: Bold,
232
232
  lineHeight: 24
233
233
  ),
234
234
  functional-heading03regular: (
235
- fontFamily: "DN Sans 12",
235
+ fontFamily: "DN Sans",
236
236
  fontWeight: Regular,
237
237
  lineHeight: 32,
238
238
  fontSize: 24
239
239
  ),
240
240
  functional-heading03semibold: (
241
- fontFamily: "DN Sans 12",
241
+ fontFamily: "DN Sans",
242
242
  fontWeight: SemiBold,
243
243
  lineHeight: 32,
244
244
  fontSize: 24
245
245
  ),
246
246
  functional-heading03bold: (
247
- fontFamily: "DN Sans 12",
247
+ fontFamily: "DN Sans",
248
248
  fontWeight: Bold,
249
249
  lineHeight: 32,
250
250
  fontSize: 24
251
251
  ),
252
252
  functional-heading04regular: (
253
- fontFamily: "DN Sans 12",
253
+ fontFamily: "DN Sans",
254
254
  fontWeight: Regular,
255
255
  fontSize: 31,
256
256
  lineHeight: 36
257
257
  ),
258
258
  functional-heading04semibold: (
259
- fontFamily: "DN Sans 12",
259
+ fontFamily: "DN Sans",
260
260
  fontWeight: SemiBold,
261
261
  fontSize: 31,
262
262
  lineHeight: 36
263
263
  ),
264
264
  functional-heading04bold: (
265
- fontFamily: "DN Sans 12",
265
+ fontFamily: "DN Sans",
266
266
  fontWeight: Bold,
267
267
  fontSize: 31,
268
268
  lineHeight: 36
269
269
  ),
270
270
  functional-heading05regular: (
271
- fontFamily: "DN Sans 12",
271
+ fontFamily: "DN Sans",
272
272
  fontWeight: Regular,
273
273
  fontSize: 39,
274
274
  lineHeight: 48
275
275
  ),
276
276
  functional-heading05semibold: (
277
- fontFamily: "DN Sans 12",
277
+ fontFamily: "DN Sans",
278
278
  fontWeight: SemiBold,
279
279
  fontSize: 39,
280
280
  lineHeight: 48
281
281
  ),
282
282
  functional-heading05bold: (
283
- fontFamily: "DN Sans 12",
283
+ fontFamily: "DN Sans",
284
284
  fontWeight: Bold,
285
285
  fontSize: 39,
286
286
  lineHeight: 48
287
287
  ),
288
288
  expressive-preamble01regular: (
289
- fontFamily: "DN Serif 25",
289
+ fontFamily: "DN Serif",
290
290
  fontWeight: Regular,
291
291
  fontSize: 20,
292
292
  lineHeight: 30
293
293
  ),
294
294
  expressive-preamble01semibold: (
295
- fontFamily: "DN Serif 25",
295
+ fontFamily: "DN Serif",
296
296
  fontWeight: SemiBold,
297
297
  fontSize: 20,
298
298
  lineHeight: 30
299
299
  ),
300
300
  expressive-preamble01bold: (
301
- fontFamily: "DN Serif 25",
301
+ fontFamily: "DN Serif",
302
302
  fontWeight: Bold,
303
303
  fontSize: 20,
304
304
  lineHeight: 30
@@ -325,19 +325,19 @@ $typographyTokensScreenLarge: (
325
325
  fontStyle: italic
326
326
  ),
327
327
  expressive-body01regular: (
328
- fontFamily: "DN Serif 25",
328
+ fontFamily: "DN Serif",
329
329
  fontWeight: Regular,
330
330
  fontSize: 16,
331
331
  lineHeight: 24
332
332
  ),
333
333
  expressive-body01semibold: (
334
- fontFamily: "DN Serif 25",
334
+ fontFamily: "DN Serif",
335
335
  fontWeight: SemiBold,
336
336
  fontSize: 16,
337
337
  lineHeight: 24
338
338
  ),
339
339
  expressive-body01bold: (
340
- fontFamily: "DN Serif 25",
340
+ fontFamily: "DN Serif",
341
341
  fontWeight: Bold,
342
342
  fontSize: 16,
343
343
  lineHeight: 24
@@ -364,19 +364,19 @@ $typographyTokensScreenLarge: (
364
364
  fontStyle: italic
365
365
  ),
366
366
  expressive-body02regular: (
367
- fontFamily: "DN Serif 25",
367
+ fontFamily: "DN Serif",
368
368
  fontWeight: Regular,
369
369
  lineHeight: 28,
370
370
  fontSize: 18
371
371
  ),
372
372
  expressive-body02semibold: (
373
- fontFamily: "DN Serif 25",
373
+ fontFamily: "DN Serif",
374
374
  fontWeight: SemiBold,
375
375
  lineHeight: 28,
376
376
  fontSize: 18
377
377
  ),
378
378
  expressive-body02bold: (
379
- fontFamily: "DN Serif 25",
379
+ fontFamily: "DN Serif",
380
380
  fontWeight: Bold,
381
381
  lineHeight: 28,
382
382
  fontSize: 18
@@ -403,7 +403,7 @@ $typographyTokensScreenLarge: (
403
403
  fontStyle: italic
404
404
  ),
405
405
  functional-body01regular: (
406
- fontFamily: "DN Sans 12",
406
+ fontFamily: "DN Sans",
407
407
  fontWeight: Regular,
408
408
  fontSize: 14,
409
409
  letterSpacing: "",
@@ -411,118 +411,118 @@ $typographyTokensScreenLarge: (
411
411
  paragraphSpacing: ""
412
412
  ),
413
413
  functional-body01semibold: (
414
- fontFamily: "DN Sans 12",
414
+ fontFamily: "DN Sans",
415
415
  fontWeight: SemiBold,
416
416
  fontSize: 14,
417
417
  letterSpacing: "",
418
418
  lineHeight: 20
419
419
  ),
420
420
  functional-body01bold: (
421
- fontFamily: "DN Sans 12",
421
+ fontFamily: "DN Sans",
422
422
  fontWeight: Bold,
423
423
  fontSize: 14,
424
424
  letterSpacing: "",
425
425
  lineHeight: 20
426
426
  ),
427
427
  functional-body02regular: (
428
- fontFamily: "DN Sans 12",
428
+ fontFamily: "DN Sans",
429
429
  fontWeight: Regular,
430
430
  lineHeight: 24,
431
431
  fontSize: 16
432
432
  ),
433
433
  functional-body02semibold: (
434
- fontFamily: "DN Sans 12",
434
+ fontFamily: "DN Sans",
435
435
  fontWeight: SemiBold,
436
436
  lineHeight: 24,
437
437
  fontSize: 16
438
438
  ),
439
439
  functional-body02bold: (
440
- fontFamily: "DN Sans 12",
440
+ fontFamily: "DN Sans",
441
441
  fontWeight: Bold,
442
442
  lineHeight: 24,
443
443
  fontSize: 16
444
444
  ),
445
445
  functional-body03regular: (
446
- fontFamily: "DN Sans 12",
446
+ fontFamily: "DN Sans",
447
447
  fontWeight: Regular,
448
448
  lineHeight: 28,
449
449
  fontSize: 20
450
450
  ),
451
451
  functional-body03semibold: (
452
- fontFamily: "DN Sans 12",
452
+ fontFamily: "DN Sans",
453
453
  fontWeight: SemiBold,
454
454
  lineHeight: 28,
455
455
  fontSize: 20
456
456
  ),
457
457
  functional-body03bold: (
458
- fontFamily: "DN Sans 12",
458
+ fontFamily: "DN Sans",
459
459
  fontWeight: Bold,
460
460
  lineHeight: 28,
461
461
  fontSize: 20
462
462
  ),
463
463
  functional-meta01regular: (
464
- fontFamily: "DN Sans 12",
464
+ fontFamily: "DN Sans",
465
465
  fontWeight: Regular,
466
466
  fontSize: 10,
467
467
  lineHeight: 12
468
468
  ),
469
469
  functional-meta01semibold: (
470
- fontFamily: "DN Sans 12",
470
+ fontFamily: "DN Sans",
471
471
  fontWeight: SemiBold,
472
472
  fontSize: 10,
473
473
  lineHeight: 12
474
474
  ),
475
475
  functional-meta01bold: (
476
- fontFamily: "DN Sans 12",
476
+ fontFamily: "DN Sans",
477
477
  fontWeight: Bold,
478
478
  fontSize: 10,
479
479
  lineHeight: 12
480
480
  ),
481
481
  functional-meta02regular: (
482
- fontFamily: "DN Sans 12",
482
+ fontFamily: "DN Sans",
483
483
  fontWeight: Regular,
484
484
  lineHeight: 16,
485
485
  fontSize: 12
486
486
  ),
487
487
  functional-meta02semibold: (
488
- fontFamily: "DN Sans 12",
488
+ fontFamily: "DN Sans",
489
489
  fontWeight: SemiBold,
490
490
  lineHeight: 16,
491
491
  fontSize: 12
492
492
  ),
493
493
  functional-meta02bold: (
494
- fontFamily: "DN Sans 12",
494
+ fontFamily: "DN Sans",
495
495
  fontWeight: Bold,
496
496
  lineHeight: 16,
497
497
  fontSize: 12
498
498
  ),
499
499
  detaildropcap: (
500
- fontFamily: "DN Serif 25",
500
+ fontFamily: "DN Serif",
501
501
  fontWeight: Bold,
502
502
  lineHeight: 78,
503
503
  fontSize: 92
504
504
  ),
505
505
  detailstandard-button: (
506
- fontFamily: "DN Sans 12",
506
+ fontFamily: "DN Sans",
507
507
  fontWeight: SemiBold,
508
508
  lineHeight: 24,
509
509
  fontSize: 16
510
510
  ),
511
511
  detailbottom-nav: (
512
- fontFamily: "DN Sans 12",
512
+ fontFamily: "DN Sans",
513
513
  fontWeight: SemiBold,
514
514
  lineHeight: 16,
515
515
  fontSize: 12,
516
516
  letterSpacing: 0.2
517
517
  ),
518
518
  detailstandard-button-small: (
519
- fontFamily: "DN Sans 12",
519
+ fontFamily: "DN Sans",
520
520
  fontWeight: SemiBold,
521
521
  lineHeight: 20,
522
522
  fontSize: 14
523
523
  ),
524
524
  detailarticle-label: (
525
- fontFamily: "DN Sans 12",
525
+ fontFamily: "DN Sans",
526
526
  fontWeight: Bold,
527
527
  lineHeight: 16,
528
528
  fontSize: 12,
@@ -530,7 +530,7 @@ $typographyTokensScreenLarge: (
530
530
  letterSpacing: 0.5
531
531
  ),
532
532
  detailmedryckare: (
533
- fontFamily: "DN Serif 25",
533
+ fontFamily: "DN Serif",
534
534
  fontWeight: Regular,
535
535
  fontSize: 16,
536
536
  lineHeight: 22
@@ -1,18 +1,18 @@
1
1
  $typographyTokensScreenSmall: (
2
2
  expressive-heading01regular: (
3
- fontFamily: "DN Serif 25",
3
+ fontFamily: "DN Serif",
4
4
  fontWeight: Regular,
5
5
  fontSize: 16,
6
6
  lineHeight: 20
7
7
  ),
8
8
  expressive-heading01semibold: (
9
- fontFamily: "DN Serif 25",
9
+ fontFamily: "DN Serif",
10
10
  fontWeight: SemiBold,
11
11
  fontSize: 16,
12
12
  lineHeight: 20
13
13
  ),
14
14
  expressive-heading01bold: (
15
- fontFamily: "DN Serif 25",
15
+ fontFamily: "DN Serif",
16
16
  fontWeight: Bold,
17
17
  fontSize: 16,
18
18
  lineHeight: 20
@@ -42,19 +42,19 @@ $typographyTokensScreenSmall: (
42
42
  fontStyle: italic
43
43
  ),
44
44
  expressive-heading02regular: (
45
- fontFamily: "DN Serif 25",
45
+ fontFamily: "DN Serif",
46
46
  fontWeight: Regular,
47
47
  fontSize: 16,
48
48
  lineHeight: 20
49
49
  ),
50
50
  expressive-heading02semibold: (
51
- fontFamily: "DN Serif 25",
51
+ fontFamily: "DN Serif",
52
52
  fontWeight: SemiBold,
53
53
  fontSize: 16,
54
54
  lineHeight: 20
55
55
  ),
56
56
  expressive-heading02bold: (
57
- fontFamily: "DN Serif 25",
57
+ fontFamily: "DN Serif",
58
58
  fontWeight: Bold,
59
59
  fontSize: 16,
60
60
  lineHeight: 20
@@ -81,58 +81,58 @@ $typographyTokensScreenSmall: (
81
81
  fontStyle: italic
82
82
  ),
83
83
  expressive-heading03regular: (
84
- fontFamily: "DN Serif 25",
84
+ fontFamily: "DN Serif",
85
85
  fontWeight: Regular,
86
- fontSize: 22,
87
- lineHeight: 28
86
+ fontSize: 20,
87
+ lineHeight: 24
88
88
  ),
89
89
  expressive-heading03semibold: (
90
- fontFamily: "DN Serif 25",
90
+ fontFamily: "DN Serif",
91
91
  fontWeight: SemiBold,
92
- fontSize: 22,
93
- lineHeight: 28
92
+ fontSize: 20,
93
+ lineHeight: 24
94
94
  ),
95
95
  expressive-heading03bold: (
96
- fontFamily: "DN Serif 25",
96
+ fontFamily: "DN Serif",
97
97
  fontWeight: Bold,
98
- fontSize: 22,
99
- lineHeight: 28
98
+ fontSize: 20,
99
+ lineHeight: 24
100
100
  ),
101
101
  expressive-heading03italicregular: (
102
102
  fontFamily: "DN Serif Italic 25",
103
- fontSize: 22,
104
- lineHeight: 28,
103
+ fontSize: 20,
104
+ lineHeight: 24,
105
105
  fontWeight: Regular,
106
106
  fontStyle: italic
107
107
  ),
108
108
  expressive-heading03italicsemibold: (
109
109
  fontFamily: "DN Serif Italic 25",
110
- fontSize: 22,
111
- lineHeight: 28,
110
+ fontSize: 20,
111
+ lineHeight: 24,
112
112
  fontWeight: SemiBold,
113
113
  fontStyle: italic
114
114
  ),
115
115
  expressive-heading03italicbold: (
116
116
  fontFamily: "DN Serif Italic 25",
117
- fontSize: 22,
118
- lineHeight: 28,
117
+ fontSize: 20,
118
+ lineHeight: 24,
119
119
  fontWeight: Bold,
120
120
  fontStyle: italic
121
121
  ),
122
122
  expressive-heading04regular: (
123
- fontFamily: "DN Serif 25",
123
+ fontFamily: "DN Serif",
124
124
  fontWeight: Regular,
125
125
  fontSize: 26,
126
126
  lineHeight: 32
127
127
  ),
128
128
  expressive-heading04semibold: (
129
- fontFamily: "DN Serif 25",
129
+ fontFamily: "DN Serif",
130
130
  fontWeight: SemiBold,
131
131
  fontSize: 26,
132
132
  lineHeight: 32
133
133
  ),
134
134
  expressive-heading04bold: (
135
- fontFamily: "DN Serif 25",
135
+ fontFamily: "DN Serif",
136
136
  fontWeight: Bold,
137
137
  fontSize: 26,
138
138
  lineHeight: 32
@@ -159,20 +159,20 @@ $typographyTokensScreenSmall: (
159
159
  fontStyle: italic
160
160
  ),
161
161
  expressive-heading05regular: (
162
- fontFamily: "DN Serif 25",
162
+ fontFamily: "DN Serif",
163
163
  fontWeight: Regular,
164
164
  lineHeight: 36,
165
165
  fontSize: 32,
166
166
  letterSpacing: ""
167
167
  ),
168
168
  expressive-heading05semibold: (
169
- fontFamily: "DN Serif 25",
169
+ fontFamily: "DN Serif",
170
170
  fontWeight: SemiBold,
171
171
  lineHeight: 36,
172
172
  fontSize: 32
173
173
  ),
174
174
  expressive-heading05bold: (
175
- fontFamily: "DN Serif 25",
175
+ fontFamily: "DN Serif",
176
176
  fontWeight: Bold,
177
177
  lineHeight: 36,
178
178
  fontSize: 32,
@@ -200,109 +200,109 @@ $typographyTokensScreenSmall: (
200
200
  fontStyle: italic
201
201
  ),
202
202
  functional-heading01regular: (
203
- fontFamily: "DN Sans 12",
203
+ fontFamily: "DN Sans",
204
204
  fontWeight: Regular,
205
205
  fontSize: 16,
206
206
  lineHeight: 20
207
207
  ),
208
208
  functional-heading01semibold: (
209
- fontFamily: "DN Sans 12",
209
+ fontFamily: "DN Sans",
210
210
  fontWeight: SemiBold,
211
211
  fontSize: 16,
212
212
  lineHeight: 20
213
213
  ),
214
214
  functional-heading01bold: (
215
- fontFamily: "DN Sans 12",
215
+ fontFamily: "DN Sans",
216
216
  fontWeight: Bold,
217
217
  fontSize: 16,
218
218
  lineHeight: 20
219
219
  ),
220
220
  functional-heading02regular: (
221
- fontFamily: "DN Sans 12",
221
+ fontFamily: "DN Sans",
222
222
  fontSize: 20,
223
223
  fontWeight: Regular,
224
224
  lineHeight: 24
225
225
  ),
226
226
  functional-heading02semibold: (
227
- fontFamily: "DN Sans 12",
227
+ fontFamily: "DN Sans",
228
228
  fontSize: 20,
229
229
  fontWeight: SemiBold,
230
230
  lineHeight: 24
231
231
  ),
232
232
  functional-heading02bold: (
233
- fontFamily: "DN Sans 12",
233
+ fontFamily: "DN Sans",
234
234
  fontSize: 20,
235
235
  fontWeight: Bold,
236
236
  lineHeight: 24
237
237
  ),
238
238
  functional-heading03regular: (
239
- fontFamily: "DN Sans 12",
239
+ fontFamily: "DN Sans",
240
240
  fontWeight: Regular,
241
241
  lineHeight: 24,
242
242
  fontSize: 20
243
243
  ),
244
244
  functional-heading03semibold: (
245
- fontFamily: "DN Sans 12",
245
+ fontFamily: "DN Sans",
246
246
  fontWeight: SemiBold,
247
247
  lineHeight: 24,
248
248
  fontSize: 20
249
249
  ),
250
250
  functional-heading03bold: (
251
- fontFamily: "DN Sans 12",
251
+ fontFamily: "DN Sans",
252
252
  fontWeight: Bold,
253
253
  lineHeight: 24,
254
254
  fontSize: 20
255
255
  ),
256
256
  functional-heading04regular: (
257
- fontFamily: "DN Sans 12",
257
+ fontFamily: "DN Sans",
258
258
  fontWeight: Regular,
259
259
  fontSize: 31,
260
260
  lineHeight: 36
261
261
  ),
262
262
  functional-heading04semibold: (
263
- fontFamily: "DN Sans 12",
263
+ fontFamily: "DN Sans",
264
264
  fontWeight: SemiBold,
265
265
  fontSize: 31,
266
266
  lineHeight: 36
267
267
  ),
268
268
  functional-heading04bold: (
269
- fontFamily: "DN Sans 12",
269
+ fontFamily: "DN Sans",
270
270
  fontWeight: Bold,
271
271
  fontSize: 31,
272
272
  lineHeight: 36
273
273
  ),
274
274
  functional-heading05regular: (
275
- fontFamily: "DN Sans 12",
275
+ fontFamily: "DN Sans",
276
276
  fontWeight: Regular,
277
277
  fontSize: 39,
278
278
  lineHeight: 48
279
279
  ),
280
280
  functional-heading05semibold: (
281
- fontFamily: "DN Sans 12",
281
+ fontFamily: "DN Sans",
282
282
  fontWeight: SemiBold,
283
283
  fontSize: 39,
284
284
  lineHeight: 48
285
285
  ),
286
286
  functional-heading05bold: (
287
- fontFamily: "DN Sans 12",
287
+ fontFamily: "DN Sans",
288
288
  fontWeight: Bold,
289
289
  fontSize: 39,
290
290
  lineHeight: 48
291
291
  ),
292
292
  expressive-preamble01regular: (
293
- fontFamily: "DN Serif 25",
293
+ fontFamily: "DN Serif",
294
294
  fontWeight: Regular,
295
295
  fontSize: 18,
296
296
  lineHeight: 26
297
297
  ),
298
298
  expressive-preamble01semibold: (
299
- fontFamily: "DN Serif 25",
299
+ fontFamily: "DN Serif",
300
300
  fontWeight: SemiBold,
301
301
  fontSize: 18,
302
302
  lineHeight: 26
303
303
  ),
304
304
  expressive-preamble01bold: (
305
- fontFamily: "DN Serif 25",
305
+ fontFamily: "DN Serif",
306
306
  fontWeight: Bold,
307
307
  fontSize: 18,
308
308
  lineHeight: 26
@@ -329,19 +329,19 @@ $typographyTokensScreenSmall: (
329
329
  fontStyle: italic
330
330
  ),
331
331
  expressive-body01regular: (
332
- fontFamily: "DN Serif 25",
332
+ fontFamily: "DN Serif",
333
333
  fontWeight: Regular,
334
334
  fontSize: 16,
335
335
  lineHeight: 24
336
336
  ),
337
337
  expressive-body01semibold: (
338
- fontFamily: "DN Serif 25",
338
+ fontFamily: "DN Serif",
339
339
  fontWeight: SemiBold,
340
340
  fontSize: 16,
341
341
  lineHeight: 24
342
342
  ),
343
343
  expressive-body01bold: (
344
- fontFamily: "DN Serif 25",
344
+ fontFamily: "DN Serif",
345
345
  fontWeight: Bold,
346
346
  fontSize: 16,
347
347
  lineHeight: 24
@@ -368,20 +368,20 @@ $typographyTokensScreenSmall: (
368
368
  fontStyle: italic
369
369
  ),
370
370
  expressive-body02regular: (
371
- fontFamily: "DN Serif 25",
371
+ fontFamily: "DN Serif",
372
372
  fontWeight: Regular,
373
373
  lineHeight: 28,
374
374
  fontSize: 18,
375
375
  paragraphSpacing: 16
376
376
  ),
377
377
  expressive-body02semibold: (
378
- fontFamily: "DN Serif 25",
378
+ fontFamily: "DN Serif",
379
379
  fontWeight: SemiBold,
380
380
  lineHeight: 28,
381
381
  fontSize: 18
382
382
  ),
383
383
  expressive-body02bold: (
384
- fontFamily: "DN Serif 25",
384
+ fontFamily: "DN Serif",
385
385
  fontWeight: Bold,
386
386
  lineHeight: 28,
387
387
  fontSize: 18
@@ -408,7 +408,7 @@ $typographyTokensScreenSmall: (
408
408
  fontStyle: italic
409
409
  ),
410
410
  functional-body01regular: (
411
- fontFamily: "DN Sans 12",
411
+ fontFamily: "DN Sans",
412
412
  fontWeight: Regular,
413
413
  fontSize: 14,
414
414
  letterSpacing: "",
@@ -416,118 +416,118 @@ $typographyTokensScreenSmall: (
416
416
  paragraphSpacing: ""
417
417
  ),
418
418
  functional-body01semibold: (
419
- fontFamily: "DN Sans 12",
419
+ fontFamily: "DN Sans",
420
420
  fontWeight: SemiBold,
421
421
  fontSize: 14,
422
422
  letterSpacing: "",
423
423
  lineHeight: 20
424
424
  ),
425
425
  functional-body01bold: (
426
- fontFamily: "DN Sans 12",
426
+ fontFamily: "DN Sans",
427
427
  fontWeight: Bold,
428
428
  fontSize: 14,
429
429
  letterSpacing: "",
430
430
  lineHeight: 20
431
431
  ),
432
432
  functional-body02regular: (
433
- fontFamily: "DN Sans 12",
433
+ fontFamily: "DN Sans",
434
434
  fontWeight: Regular,
435
435
  lineHeight: 24,
436
436
  fontSize: 16
437
437
  ),
438
438
  functional-body02semibold: (
439
- fontFamily: "DN Sans 12",
439
+ fontFamily: "DN Sans",
440
440
  fontWeight: SemiBold,
441
441
  lineHeight: 24,
442
442
  fontSize: 16
443
443
  ),
444
444
  functional-body02bold: (
445
- fontFamily: "DN Sans 12",
445
+ fontFamily: "DN Sans",
446
446
  fontWeight: Bold,
447
447
  lineHeight: 24,
448
448
  fontSize: 16
449
449
  ),
450
450
  functional-body03regular: (
451
- fontFamily: "DN Sans 12",
451
+ fontFamily: "DN Sans",
452
452
  fontWeight: Regular,
453
453
  lineHeight: 28,
454
454
  fontSize: 20
455
455
  ),
456
456
  functional-body03semibold: (
457
- fontFamily: "DN Sans 12",
457
+ fontFamily: "DN Sans",
458
458
  fontWeight: SemiBold,
459
459
  lineHeight: 28,
460
460
  fontSize: 20
461
461
  ),
462
462
  functional-body03bold: (
463
- fontFamily: "DN Sans 12",
463
+ fontFamily: "DN Sans",
464
464
  fontWeight: Bold,
465
465
  lineHeight: 28,
466
466
  fontSize: 20
467
467
  ),
468
468
  functional-meta01regular: (
469
- fontFamily: "DN Sans 12",
469
+ fontFamily: "DN Sans",
470
470
  fontWeight: Regular,
471
471
  fontSize: 10,
472
472
  lineHeight: 12
473
473
  ),
474
474
  functional-meta01semibold: (
475
- fontFamily: "DN Sans 12",
475
+ fontFamily: "DN Sans",
476
476
  fontWeight: SemiBold,
477
477
  fontSize: 10,
478
478
  lineHeight: 12
479
479
  ),
480
480
  functional-meta01bold: (
481
- fontFamily: "DN Sans 12",
481
+ fontFamily: "DN Sans",
482
482
  fontWeight: Bold,
483
483
  fontSize: 10,
484
484
  lineHeight: 12
485
485
  ),
486
486
  functional-meta02regular: (
487
- fontFamily: "DN Sans 12",
487
+ fontFamily: "DN Sans",
488
488
  fontWeight: Regular,
489
489
  lineHeight: 16,
490
490
  fontSize: 12
491
491
  ),
492
492
  functional-meta02semibold: (
493
- fontFamily: "DN Sans 12",
493
+ fontFamily: "DN Sans",
494
494
  fontWeight: SemiBold,
495
495
  lineHeight: 16,
496
496
  fontSize: 12
497
497
  ),
498
498
  functional-meta02bold: (
499
- fontFamily: "DN Sans 12",
499
+ fontFamily: "DN Sans",
500
500
  fontWeight: Bold,
501
501
  lineHeight: 16,
502
502
  fontSize: 12
503
503
  ),
504
504
  detailstandard-button: (
505
- fontFamily: "DN Sans 12",
505
+ fontFamily: "DN Sans",
506
506
  fontWeight: SemiBold,
507
507
  lineHeight: 24,
508
508
  fontSize: 16
509
509
  ),
510
510
  detailbottom-nav: (
511
- fontFamily: "DN Sans 12",
511
+ fontFamily: "DN Sans",
512
512
  fontWeight: SemiBold,
513
513
  lineHeight: 16,
514
514
  fontSize: 12,
515
515
  letterSpacing: 0.2
516
516
  ),
517
517
  detaildropcap: (
518
- fontFamily: "DN Serif 25",
518
+ fontFamily: "DN Serif",
519
519
  lineHeight: 52,
520
520
  fontSize: 52,
521
521
  fontWeight: Bold
522
522
  ),
523
523
  detailstandard-button-small: (
524
- fontFamily: "DN Sans 12",
524
+ fontFamily: "DN Sans",
525
525
  fontWeight: SemiBold,
526
526
  lineHeight: 20,
527
527
  fontSize: 14
528
528
  ),
529
529
  detailarticle-label: (
530
- fontFamily: "DN Sans 12",
530
+ fontFamily: "DN Sans",
531
531
  fontWeight: Bold,
532
532
  lineHeight: 16,
533
533
  fontSize: 12,
@@ -535,7 +535,7 @@ $typographyTokensScreenSmall: (
535
535
  letterSpacing: 0.5
536
536
  ),
537
537
  detailmedryckare: (
538
- fontFamily: "DN Serif 25",
538
+ fontFamily: "DN Serif",
539
539
  fontWeight: Regular,
540
540
  fontSize: 16,
541
541
  lineHeight: 22
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bonniernews/dn-design-system-web",
3
- "version": "3.0.0-alpha.21",
3
+ "version": "3.0.0-alpha.23",
4
4
  "description": "DN design system for web.",
5
5
  "main": "index.js",
6
6
  "homepage": "https://github.com/BonnierNews/dn-design-system/tree/main/web/src#readme",