Commit d80d4cd92bd3f2bd77b19d44d773e97e981282fb

Authored by Dmitriy Zaporozhets
1 parent 2462949f

Replace font with free one

app/assets/fonts/korolev-medium-compressed.otf
No preview for this file type
app/assets/fonts/wire-one.ttf 0 → 100644
No preview for this file type
app/assets/stylesheets/gitlab_bootstrap/fonts.scss
1   -@font-face{
2   - font-family: Korolev;
3   - src: font-url('korolev-medium-compressed.otf');
  1 +@font-face{
  2 + font-family: Wireone;
  3 + src: font-url('wire-one.ttf');
4 4 }
5 5  
6 6 /** Typo **/
7   -$monospace: 'Menlo', 'Liberation Mono', 'Consolas', 'Courier New', 'andale mono', 'lucida console', monospace;
8 7 \ No newline at end of file
  8 +$monospace: 'Menlo', 'Liberation Mono', 'Consolas', 'Courier New', 'andale mono', 'lucida console', monospace;
... ...
app/assets/stylesheets/gitlab_bootstrap/mixins.scss
... ... @@ -62,8 +62,8 @@
62 62 @mixin header-font {
63 63 color: $style_color;
64 64 text-shadow: 0 1px 1px #FFF;
65   - font-family: 'Korolev', sans-serif;
66   - font-size: 28px;
67   - line-height: 48px;
  65 + font-family: 'Wireone', sans-serif;
  66 + font-size: 30px;
  67 + line-height: 42px;
68 68 font-weight: normal;
69 69 }
... ...