Skip to content

Commit

Permalink
Small update to fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
tananaev committed Jul 24, 2024
1 parent e344770 commit f8e2a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/theme/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import components from './components';

export default (server, darkMode, direction) => useMemo(() => createTheme({
typography: {
fontFamily: 'Roboto,Segoe UI,Helvetica,Arial,sans-serif',
fontFamily: 'Roboto,Segoe UI,Helvetica Neue,Arial,sans-serif',
},
palette: palette(server, darkMode),
direction,
Expand Down

0 comments on commit f8e2a76

Please sign in to comment.