# File lib/sprockets/rails/legacy_asset_url_helper.rb, line 127 def font_path(source, options = {}) path_to_asset(source, {:type => :font}.merge(options)) end