chore: Switched to Ubuntu font in mui-theme
This commit is contained in:
parent
ee0fa849b2
commit
c0ffb5213c
1 changed files with 4 additions and 3 deletions
|
@ -15,12 +15,12 @@ const colors = {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
const asTitle = {
|
const asTitle = {
|
||||||
fontFamily: 'Roboto Condensed',
|
fontFamily: 'Ubuntu',
|
||||||
fontWeight: 'bold'
|
fontWeight: '700'
|
||||||
}
|
}
|
||||||
const important = '!important'
|
const important = '!important'
|
||||||
|
|
||||||
const getTheme = mode => {
|
const getTheme = (mode) => {
|
||||||
let c = colors[mode]
|
let c = colors[mode]
|
||||||
let forceColor = {
|
let forceColor = {
|
||||||
root: {
|
root: {
|
||||||
|
@ -62,6 +62,7 @@ const getTheme = mode => {
|
||||||
},
|
},
|
||||||
typography: {
|
typography: {
|
||||||
fontFamily: [
|
fontFamily: [
|
||||||
|
'Ubuntu',
|
||||||
'-apple-system',
|
'-apple-system',
|
||||||
'BlinkMacSystemFont',
|
'BlinkMacSystemFont',
|
||||||
'"Segoe UI"',
|
'"Segoe UI"',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue