I have some fonts being configured in my Scss file like so:
@font-face { font-family: \'Icomoon\'; src: asset-url(\'icoMoon.eot?#iefix\', font) format(\'
If you don't want to keep track of moving your fonts around:
# Adding Webfonts to the Asset Pipeline config.assets.precompile << Proc.new { |path| if path =~ /\.(eot|svg|ttf|woff)\z/ true end }