Module: CompassIconFonts::Fonts

Defined in:
lib/compass_icon_fonts/fonts.rb,
lib/compass_icon_fonts/fonts/entypo.rb,
lib/compass_icon_fonts/fonts/entypo_social.rb

Defined Under Namespace

Classes: BaseFont, Entypo, EntypoSocial

Class Method Summary collapse

Class Method Details

.buildObject



4
5
6
7
8
9
10
# File 'lib/compass_icon_fonts/fonts.rb', line 4

def self.build
  # TODO: Detect subclasses.
  [Entypo, EntypoSocial].each do |font_class|
    font = font_class.new
    font.build
  end
end