Skip to content

Commit

Permalink
Update CarList.tsx and font
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Dec 2, 2024
1 parent 8680408 commit ff8c5f8
Show file tree
Hide file tree
Showing 5 changed files with 406 additions and 675 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 Color Emoji'",
"'Segoe UI Emoji'",
"'Segoe UI Symbol'",
'-apple-system',
'BlinkMacSystemFont',
"'Segoe UI'",
].join(','),
},
components: {
Expand Down
Loading

0 comments on commit ff8c5f8

Please sign in to comment.