1
0
Fork 0

chore: Switched to Ubuntu font in mui-theme

This commit is contained in:
Joost De Cock 2020-12-30 14:47:27 +01:00
parent ee0fa849b2
commit c0ffb5213c

View file

@ -15,12 +15,12 @@ const colors = {
}
}
const asTitle = {
fontFamily: 'Roboto Condensed',
fontWeight: 'bold'
fontFamily: 'Ubuntu',
fontWeight: '700'
}
const important = '!important'
const getTheme = mode => {
const getTheme = (mode) => {
let c = colors[mode]
let forceColor = {
root: {
@ -62,6 +62,7 @@ const getTheme = mode => {
},
typography: {
fontFamily: [
'Ubuntu',
'-apple-system',
'BlinkMacSystemFont',
'"Segoe UI"',