# File lib/prawn/svg/font.rb, line 32
  def self.font_installed?(font_family, font_style = nil)
    !font_path(font_family, font_style).nil?
  end