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: {
color: '#bbbbbb',
fontFamily: 'Courier New, monospace',
fontSize: '13px',
fontFamily: 'monospace',
fontSize: '14px',
letterSpacing: 'normal',
whiteSpace: 'nowrap'
},