# File lib/less/rails/helpers.rb, line 101
        def font_url(font)
          if scope.respond_to?(:font_path)
            "url(#{scope.font_path(font)})"
          else
            asset_url(font)
          end
        end