Skip to content

Commit 4a93aee

Browse files
authored
fix: patch font tokens (#4963)
## πŸ“„ Description This cleans up a remaining definition for Frutiger in the tokens file. The definition was not used. --- ## πŸ“ Checklist - βœ… My code follows the style guidelines of this project - πŸ› οΈ I have performed a self-review of my own code - πŸ“„ I have made corresponding changes to the documentation - ⚠️ My changes generate no new warnings or errors - πŸ§ͺ I have added tests that prove my fix is effective or that my feature works - βœ”οΈ New and existing unit tests pass locally with my changes
1 parent b392f48 commit 4a93aee

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

β€Ž.changeset/warm-seals-glow.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@swisspost/design-system-tokens': patch
3+
'@swisspost/design-system-styles': patch
4+
---
5+
6+
Removed a mention of Frutiger Neue in the tokens file.

β€Žpackages/tokens/tokensstudio-generated/tokens.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -485,8 +485,8 @@
485485
}
486486
},
487487
"font-family": {
488-
"frutiger": {
489-
"value": "Frutiger Neue for Post",
488+
"swisspostsans": {
489+
"value": "Swiss Post Sans",
490490
"type": "fontFamilies"
491491
}
492492
},
@@ -1856,7 +1856,7 @@
18561856
},
18571857
"font-family": {
18581858
"default": {
1859-
"value": "{post.core.font-family.frutiger}",
1859+
"value": "{post.core.font-family.swisspostsans}",
18601860
"type": "fontFamilies"
18611861
}
18621862
},
@@ -2319,7 +2319,7 @@
23192319
},
23202320
"font-family": {
23212321
"default": {
2322-
"value": "{post.core.font-family.frutiger}",
2322+
"value": "{post.core.font-family.swisspostsans}",
23232323
"type": "fontFamilies"
23242324
}
23252325
},
@@ -2776,7 +2776,7 @@
27762776
},
27772777
"font-family": {
27782778
"default": {
2779-
"value": "{post.core.font-family.frutiger}",
2779+
"value": "{post.core.font-family.swisspostsans}",
27802780
"type": "fontFamilies"
27812781
}
27822782
},
@@ -3813,4 +3813,4 @@
38133813
"Components/Notifications"
38143814
]
38153815
}
3816-
}
3816+
}

0 commit comments

Comments
Β (0)