Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-01-22 02:29:20 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-01-22 02:29:20 +0400
commit8ad7586aa7ec1aa2c54e38aff0fb7f7ba7ab0aa7 (patch)
tree3742d949df140c8b337c7ac4678984a7a8ef0d23 /app
parent44c38b32072d8027f64515c76ee68edfc36a775f (diff)
updated font-family
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/style.scss6
1 files 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 **/