From 8ad7586aa7ec1aa2c54e38aff0fb7f7ba7ab0aa7 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Sun, 22 Jan 2012 00:29:20 +0200 Subject: [PATCH] updated font-family --- app/assets/stylesheets/style.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/style.scss b/app/assets/stylesheets/style.scss index 6203a219017..c9262c4680c 100644 --- a/app/assets/stylesheets/style.scss +++ b/app/assets/stylesheets/style.scss @@ -9,7 +9,9 @@ audio:not([controls]) { display: none; } html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } body { margin: 0; font-size: 13px; line-height: 1.231; } -body, button, input, select, textarea { font-family: sans-serif; color: #222; } +body, button, input, select, textarea { + font-family: "helvetica", "arial", "freesans", "clean", sans-serif; +color: #222; } ::-moz-selection { background: #79c3e0; color: #fff; text-shadow: none; } ::selection { background: #79c3e0; color: #fff; text-shadow: none; } @@ -648,7 +650,7 @@ body.projects-page .browse-code{margin-right: 10px} } body, button, input, select, textarea { - font-family: "Helvetica", sans-serif; + font-family: "helvetica", "arial", "freesans", "clean", sans-serif; } /** FORM INPUTS **/ -- GitLab