change font type and size

This commit is contained in:
proddy
2021-11-25 09:13:09 +01:00
parent 3dec4bda8c
commit b2a0519f83

View File

@@ -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'
}, },