Skip to content

Commit

Permalink
[docs] [Joy] Fixed a typo in customizing theme tokens (#36067)
Browse files Browse the repository at this point in the history
  • Loading branch information
badalsaibo authored Feb 5, 2023
1 parent 163b187 commit 64d4c9b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/data/joy/customization/approaches/approaches-pt.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const theme = extendTheme({
},
},
fontFamily: {
display: 'Inter var, var(--joy-fontFamily-fallback)',
display: 'Inter, var(--joy-fontFamily-fallback)',
body: 'Inter, var(--joy-fontFamily-fallback)',
},
});
Expand Down
2 changes: 1 addition & 1 deletion docs/data/joy/customization/approaches/approaches-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const theme = extendTheme({
},
},
fontFamily: {
display: 'Inter var, var(--joy-fontFamily-fallback)',
display: 'Inter, var(--joy-fontFamily-fallback)',
body: 'Inter, var(--joy-fontFamily-fallback)',
},
});
Expand Down
2 changes: 1 addition & 1 deletion docs/data/joy/customization/approaches/approaches.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const theme = extendTheme({
},
},
fontFamily: {
display: 'Inter var, var(--joy-fontFamily-fallback)',
display: 'Inter, var(--joy-fontFamily-fallback)',
body: 'Inter, var(--joy-fontFamily-fallback)',
},
});
Expand Down

0 comments on commit 64d4c9b

Please sign in to comment.