# File lib/sprockets/sass_functions.rb, line 37
    def font_path(path)
      ::Sass::Script::String.new(sprockets_context.font_path(path.value), :string)
    end