Skip to content

Commit

Permalink
fix(toolbar): correct font-weight (#2485)
Browse files Browse the repository at this point in the history
  • Loading branch information
code-tree authored and kara committed Jan 30, 2017
1 parent 09591cf commit 1b44880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/toolbar/toolbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ md-toolbar {

// Font Styling
font-size: $md-toolbar-font-size;
font-weight: 400;
font-weight: 500;
font-family: $md-font-family;

padding: 0 $md-toolbar-padding;
Expand Down

0 comments on commit 1b44880

Please sign in to comment.