Skip to content

Commit

Permalink
fix(component): buttons
Browse files Browse the repository at this point in the history
correct font for buttons
  • Loading branch information
ygatesoupe committed Jan 12, 2017
1 parent e7cbaa9 commit 64a0331
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scss/_normalize.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
// ==========================================================================

html {
font-family: sans-serif; // 1
font-family: $font-family-sans-serif; // 1 // boosted mod
line-height: 1.15; // 2
-ms-text-size-adjust: 100%; // 3
-webkit-text-size-adjust: 100%; // 3
Expand Down Expand Up @@ -254,7 +254,7 @@ input,
optgroup,
select,
textarea {
font-family: sans-serif; // 1
font-family: $font-family-sans-serif; // 1 // boosted mod
font-size: 100%; // 1
line-height: 1.15; // 1
margin: 0; // 2
Expand Down

0 comments on commit 64a0331

Please sign in to comment.