Commit 72395d7f6edc3ff2a4c01052a2ad085ab310595b
1 parent
317c9281
Exists in
master
and in
4 other branches
no need to add fonts to assets path
Showing
2 changed files
with
1 additions
and
4 deletions
Show diff stats
app/assets/stylesheets/main.scss
... | ... | @@ -8,7 +8,7 @@ $style_color: #474d57; |
8 | 8 | $hover: #D9EDF7; |
9 | 9 | |
10 | 10 | /** GitLab Fonts **/ |
11 | -@font-face { font-family: Korolev; src: url('korolev-medium-compressed.otf'); } | |
11 | +@font-face { font-family: Korolev; src: font-url('korolev-medium-compressed.otf'); } | |
12 | 12 | |
13 | 13 | /** MIXINS **/ |
14 | 14 | @mixin shade { | ... | ... |
config/application.rb