no need to add fonts to assets path

This commit is contained in:
Nihad Abbasov 2012-10-05 07:22:21 -07:00
parent 317c928198
commit 72395d7f6e
2 changed files with 1 additions and 4 deletions

View file

@ -8,7 +8,7 @@ $style_color: #474d57;
$hover: #D9EDF7; $hover: #D9EDF7;
/** GitLab Fonts **/ /** 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 **/ /** MIXINS **/
@mixin shade { @mixin shade {

View file

@ -50,8 +50,5 @@ module Gitlab
# Version of your assets, change this if you want to expire all your assets # Version of your assets, change this if you want to expire all your assets
config.assets.version = '1.0' config.assets.version = '1.0'
# Add fonts
config.assets.paths << "#{Rails.root}/app/assets/fonts"
end end
end end