Skip to content

Commit

Permalink
Merge pull request #175 from sir-dunxalot/remove-font-family
Browse files Browse the repository at this point in the history
Change font-family to inherit
  • Loading branch information
a15n authored Jan 31, 2017
2 parents 595b608 + 9eb6028 commit def5b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/styles/addon.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
pointer-events: none;

font-size: 14px;
font-family: sans-serif;
font-family: inherit;
border-radius: 3px;
}

Expand Down

0 comments on commit def5b93

Please sign in to comment.