# File lib/less/rails/helpers.rb, line 93
        def font_path(font)
          if scope.respond_to?(:font_path)
            scope.font_path(font).inspect
          else
            asset_path(font)
          end
        end