class Sprockets::Context

def font_path(path)

Expand logical font asset path.
def font_path(path)
  asset_path(path, :type => :font)
end