diff options
author | Mark Longair <mhl@pobox.com> | 2013-09-27 12:09:27 +0100 |
---|---|---|
committer | Mark Longair <mhl@pobox.com> | 2013-09-30 10:34:53 +0100 |
commit | a1159349b469c577bb38a5abf842d35ea2685d7a (patch) | |
tree | 84b370b5536191f3a1164e0fe9a2e40250cdba26 /config/application.rb | |
parent | f51518b149cd6762a5b993f070cb53ccfb97c837 (diff) |
Serve fonts from the asset pipeline
Following the suggestion to use the sass-rails font-path helper:
http://aokolish.me/blog/2011/12/24/at-font-face-with-the-asset-pipeline/
Diffstat (limited to 'config/application.rb')
-rw-r--r-- | config/application.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/application.rb b/config/application.rb index 2b315b6de..3df327eb1 100644 --- a/config/application.rb +++ b/config/application.rb @@ -90,7 +90,8 @@ module Alaveteli # grouped: config.assets.precompile += ['jquery.fancybox-1.3.4.pack.js', 'jquery-ui-1.8.15.custom.css', - 'excanvas.min.js'] + 'excanvas.min.js', + 'fonts.css'] end end |