From d80d4cd92bd3f2bd77b19d44d773e97e981282fb Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Mon, 24 Dec 2012 12:37:28 +0200 Subject: [PATCH] Replace font with free one --- app/assets/fonts/korolev-medium-compressed.otf | Bin 28736 -> 0 bytes app/assets/fonts/wire-one.ttf | Bin 0 -> 140668 bytes app/assets/stylesheets/gitlab_bootstrap/fonts.scss | 8 ++++---- app/assets/stylesheets/gitlab_bootstrap/mixins.scss | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 app/assets/fonts/korolev-medium-compressed.otf create mode 100644 app/assets/fonts/wire-one.ttf diff --git a/app/assets/fonts/korolev-medium-compressed.otf b/app/assets/fonts/korolev-medium-compressed.otf deleted file mode 100644 index a9cd3cb..0000000 Binary files a/app/assets/fonts/korolev-medium-compressed.otf and /dev/null differ diff --git a/app/assets/fonts/wire-one.ttf b/app/assets/fonts/wire-one.ttf new file mode 100644 index 0000000..bb2aff0 Binary files /dev/null and b/app/assets/fonts/wire-one.ttf differ diff --git a/app/assets/stylesheets/gitlab_bootstrap/fonts.scss b/app/assets/stylesheets/gitlab_bootstrap/fonts.scss index 88c966d..5409f8e 100644 --- a/app/assets/stylesheets/gitlab_bootstrap/fonts.scss +++ b/app/assets/stylesheets/gitlab_bootstrap/fonts.scss @@ -1,7 +1,7 @@ -@font-face{ - font-family: Korolev; - src: font-url('korolev-medium-compressed.otf'); +@font-face{ + font-family: Wireone; + src: font-url('wire-one.ttf'); } /** Typo **/ -$monospace: 'Menlo', 'Liberation Mono', 'Consolas', 'Courier New', 'andale mono', 'lucida console', monospace; \ No newline at end of file +$monospace: 'Menlo', 'Liberation Mono', 'Consolas', 'Courier New', 'andale mono', 'lucida console', monospace; diff --git a/app/assets/stylesheets/gitlab_bootstrap/mixins.scss b/app/assets/stylesheets/gitlab_bootstrap/mixins.scss index 8183036..6b8d236 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: 'Korolev', sans-serif; - font-size: 28px; - line-height: 48px; + font-family: 'Wireone', sans-serif; + font-size: 30px; + line-height: 42px; font-weight: normal; } -- libgit2 0.21.2