fix: change default font weight to 400

This commit is contained in:
Roman Hotsiy 2018-06-26 09:36:32 +03:00
parent 7daa070311
commit 11947ed68e
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0

View File

@ -40,7 +40,7 @@ const defaultTheme: ThemeInterface = {
baseFont: {
size: '14px',
lineHeight: '1.5',
weight: '300',
weight: '400',
family: 'Roboto, sans-serif',
smoothing: 'antialiased',
optimizeSpeed: true,