mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 16:29:51 +03:00
change font type and size
This commit is contained in:
@@ -34,8 +34,8 @@ const useStyles = makeStyles((theme: Theme) => ({
|
|||||||
},
|
},
|
||||||
entry: {
|
entry: {
|
||||||
color: '#bbbbbb',
|
color: '#bbbbbb',
|
||||||
fontFamily: 'Courier New, monospace',
|
fontFamily: 'monospace',
|
||||||
fontSize: '13px',
|
fontSize: '14px',
|
||||||
letterSpacing: 'normal',
|
letterSpacing: 'normal',
|
||||||
whiteSpace: 'nowrap'
|
whiteSpace: 'nowrap'
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user