fix: include system-ui font (#1023)
This commit is contained in:
parent
0cd471ac97
commit
edb5f122f1
@ -65,7 +65,8 @@ const Search = ({ searchablePages }: SearchProps) => {
|
|||||||
variant="body2"
|
variant="body2"
|
||||||
color="inherit"
|
color="inherit"
|
||||||
sx={{
|
sx={{
|
||||||
fontFamily: "'Roboto',-apple-system,BlinkMacSystemFont,Helvetica,Arial,sans-serif",
|
fontFamily:
|
||||||
|
"'Roboto',system-ui,-apple-system,BlinkMacSystemFont,Helvetica,Arial,sans-serif",
|
||||||
fontWeight: 400,
|
fontWeight: 400,
|
||||||
fontSize: '16px',
|
fontSize: '16px',
|
||||||
opacity: 0.8,
|
opacity: 0.8,
|
||||||
|
@ -58,7 +58,8 @@ const useCreateTheme = (mode: PaletteMode) => {
|
|||||||
createTheme({
|
createTheme({
|
||||||
palette,
|
palette,
|
||||||
typography: {
|
typography: {
|
||||||
fontFamily: "'Roboto', -apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif",
|
fontFamily:
|
||||||
|
"'Roboto', system-ui, -apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif",
|
||||||
h1: {
|
h1: {
|
||||||
fontSize: '42px',
|
fontSize: '42px',
|
||||||
fontWeight: 'bold',
|
fontWeight: 'bold',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user