Skip to content

Commit

Permalink
refactor: use "SBB" instead of "SBBWeb" as font-family (#508)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: font-family was renamed from "SBBWeb" to "SBB"
  • Loading branch information
jeripeierSBB authored Apr 25, 2024
1 parent 5d69fb6 commit f746c95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion designTokens/typo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const attributes = (): Partial<DesignToken> => ({

export const typo: DesignTokens = {
fontFamily: {
value: '"SBBWeb", "Helvetica Neue", Helvetica, Arial, sans-serif',
value: '"SBB", "Helvetica Neue", Helvetica, Arial, sans-serif',
},
letterSpacing: {
titles: {
Expand Down

0 comments on commit f746c95

Please sign in to comment.