diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-12-24 14:24:45 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-12-24 14:24:45 +0200 |
commit | 2937f35f9afa51286f563c1a24940ee23a2d7d1b (patch) | |
tree | cf344fbb30ae99ab519a7fda0489cfe826f5b036 /app/assets/stylesheets/gitlab_bootstrap/mixins.scss | |
parent | d80d4cd92bd3f2bd77b19d44d773e97e981282fb (diff) | |
download | gitlab-ce-2937f35f9afa51286f563c1a24940ee23a2d7d1b.tar.gz |
Replace Wire font with Yanone. Show only icon as link to dashboard
Diffstat (limited to 'app/assets/stylesheets/gitlab_bootstrap/mixins.scss')
-rw-r--r-- | app/assets/stylesheets/gitlab_bootstrap/mixins.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/gitlab_bootstrap/mixins.scss b/app/assets/stylesheets/gitlab_bootstrap/mixins.scss index 6b8d2364cde..9b1e2f2c728 100644 --- a/app/assets/stylesheets/gitlab_bootstrap/mixins.scss +++ b/app/assets/stylesheets/gitlab_bootstrap/mixins.scss @@ -62,8 +62,8 @@ @mixin header-font { color: $style_color; text-shadow: 0 1px 1px #FFF; - font-family: 'Wireone', sans-serif; - font-size: 30px; + font-family: 'Yanone', sans-serif; + font-size: 26px; line-height: 42px; font-weight: normal; } |