# File lib/sprockets/sass/functions.rb, line 97 def font_path(source, options = {}) ::Sass::Script::String.new sprockets_context.font_path(source.value, map_options(options)).to_s, :string end