# File lib/sprockets/helpers.rb, line 228
    def font_path(source, options = {})
      asset_path source, Helpers.default_path_options[:font_path].merge(options)
    end