Skip to content
Snippets Groups Projects
Commit 72395d7f authored by Nihad Abbasov's avatar Nihad Abbasov
Browse files

no need to add fonts to assets path

parent 317c9281
No related branches found
No related tags found
1 merge request!1632performance and security fixes
Loading
Loading
@@ -8,7 +8,7 @@ $style_color: #474d57;
$hover: #D9EDF7;
 
/** GitLab Fonts **/
@font-face { font-family: Korolev; src: url('korolev-medium-compressed.otf'); }
@font-face { font-family: Korolev; src: font-url('korolev-medium-compressed.otf'); }
 
/** MIXINS **/
@mixin shade {
Loading
Loading
Loading
Loading
@@ -50,8 +50,5 @@ module Gitlab
 
# Version of your assets, change this if you want to expire all your assets
config.assets.version = '1.0'
# Add fonts
config.assets.paths << "#{Rails.root}/app/assets/fonts"
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment