Skip to content

Commit 59c30a4

Browse files
Merge pull request #110 from jeffreylauwers/fix/wireframe-font-stack
fix(wireframe): Comic Sans als primair font, Comic Neue als fallback
2 parents c4fd39b + 93d2b47 commit 59c30a4

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/02-design-tokens-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Complete reference for all design tokens in the Design System Starter Kit.
4747
"dsn": {
4848
"text": {
4949
"font-family": {
50-
"default": "'Comic Sans MS', 'Comic Sans', cursive",
50+
"default": "'Comic Sans MS', 'Comic Sans', 'Comic Neue', cursive",
5151
"monospace": "ui-monospace, SFMono-Regular, 'SF Mono', Menlo, Monaco, Consolas, monospace"
5252
}
5353
}

packages/design-tokens/src/tokens/themes/wireframe/base.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"text": {
44
"font-family": {
55
"default": {
6-
"value": "'Comic Neue', 'Comic Sans MS', 'Comic Sans', cursive",
7-
"comment": "Comic Neue (Google Fonts) with Comic Sans MS fallback for wireframe"
6+
"value": "'Comic Sans MS', 'Comic Sans', 'Comic Neue', cursive",
7+
"comment": "Comic Sans MS as primary font with Comic Neue fallback for wireframe"
88
},
99
"monospace": {
1010
"value": "ui-monospace, SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace",
@@ -54,8 +54,8 @@
5454
},
5555
"heading": {
5656
"font-family": {
57-
"value": "'Comic Neue', 'Comic Sans MS', 'Comic Sans', cursive",
58-
"comment": "Comic Neue (Google Fonts) with Comic Sans MS fallback for headings"
57+
"value": "'Comic Sans MS', 'Comic Sans', 'Comic Neue', cursive",
58+
"comment": "Comic Sans MS as primary font with Comic Neue fallback for headings"
5959
},
6060
"font-weight": {
6161
"value": "600",

0 commit comments

Comments
 (0)