Commit 8ad7586aa7ec1aa2c54e38aff0fb7f7ba7ab0aa7
1 parent
44c38b32
Exists in
master
and in
4 other branches
updated font-family
Showing
1 changed file
with
4 additions
and
2 deletions
Show diff stats
app/assets/stylesheets/style.scss
... | ... | @@ -9,7 +9,9 @@ audio:not([controls]) { display: none; } |
9 | 9 | |
10 | 10 | html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } |
11 | 11 | body { margin: 0; font-size: 13px; line-height: 1.231; } |
12 | -body, button, input, select, textarea { font-family: sans-serif; color: #222; } | |
12 | +body, button, input, select, textarea { | |
13 | + font-family: "helvetica", "arial", "freesans", "clean", sans-serif; | |
14 | +color: #222; } | |
13 | 15 | |
14 | 16 | ::-moz-selection { background: #79c3e0; color: #fff; text-shadow: none; } |
15 | 17 | ::selection { background: #79c3e0; color: #fff; text-shadow: none; } |
... | ... | @@ -648,7 +650,7 @@ body.projects-page .browse-code{margin-right: 10px} |
648 | 650 | } |
649 | 651 | |
650 | 652 | body, button, input, select, textarea { |
651 | - font-family: "Helvetica", sans-serif; | |
653 | + font-family: "helvetica", "arial", "freesans", "clean", sans-serif; | |
652 | 654 | } |
653 | 655 | |
654 | 656 | /** FORM INPUTS **/ | ... | ... |