Added font for head panel. Major restyle for header

This commit is contained in:
randx 2012-08-20 22:51:37 +03:00
parent ccdea8b80d
commit b2b88b2ff2
10 changed files with 63 additions and 35 deletions

View file

@ -44,5 +44,8 @@ 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