Merge pull request #403 from ticky/use-system-fonts

Use system fonts on more platforms
This commit is contained in:
Eugen
2017-01-05 13:37:48 +01:00
committed by GitHub
9 changed files with 14 additions and 14 deletions

View File

@ -38,7 +38,7 @@ const inputStyle = {
border: 'none',
padding: '10px',
paddingRight: '30px',
fontFamily: 'Roboto',
fontFamily: 'inherit',
background: '#282c37',
color: '#9baec8',
fontSize: '14px',