Skip to content

Commit

Permalink
Better font family set
Browse files Browse the repository at this point in the history
  • Loading branch information
tananaev committed Jul 24, 2024
1 parent 909b12f commit e344770
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions src/common/theme/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,7 @@ import components from './components';

export default (server, darkMode, direction) => useMemo(() => createTheme({
typography: {
fontFamily: [
'system-ui',
'-apple-system',
'Segoe UI',
'Roboto',
'Helvetica Neue',
'Arial',
'Noto Sans',
'Liberation Sans',
'sans-serif',
'Apple Color Emoji',
'Segoe UI Emoji',
'Segoe UI Symbol',
'Noto Color Emoji',
].join(','),
fontFamily: 'Roboto,Segoe UI,Helvetica,Arial,sans-serif',
},
palette: palette(server, darkMode),
direction,
Expand Down

0 comments on commit e344770

Please sign in to comment.