Skip to content

Commit

Permalink
fix: change default font weight to 400
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanHotsiy committed Jun 26, 2018
1 parent 7daa070 commit 11947ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 11947ed

Please sign in to comment.