Skip to content

Commit

Permalink
Update backend fontFamily
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Jan 28, 2025
1 parent 13cbfcf commit 4b87821
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions backend/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,16 +72,16 @@ const theme = createTheme(
{
typography: {
fontFamily: [
'-apple-system',
'BlinkMacSystemFont',
'"Segoe UI"',
'Roboto',
"'Helvetica Neue'",
'"Helvetica Neue"',
'Arial',
'sans-serif',
"'Apple Color Emoji'",
"'Segoe UI Emoji'",
"'Segoe UI Symbol'",
'-apple-system',
'BlinkMacSystemFont',
"'Segoe UI'",
'"Apple Color Emoji"',
'"Segoe UI Emoji"',
'"Segoe UI Symbol"',
].join(','),
},
components: {
Expand Down

0 comments on commit 4b87821

Please sign in to comment.