Skip to content

Commit

Permalink
no need to add fonts to assets path
Browse files Browse the repository at this point in the history
  • Loading branch information
NARKOZ committed Oct 5, 2012
1 parent 317c928 commit 72395d7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
3 changes: 0 additions & 3 deletions config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,5 @@ class Application < Rails::Application

# 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 comments on commit 72395d7

Please sign in to comment.