lib/fontcustom.rb in fontcustom-1.3.3 vs lib/fontcustom.rb in fontcustom-1.3.4
- old
+ new
@@ -26,9 +26,13 @@
:input => nil,
:output => nil,
:config => nil,
:templates => %w|css preview|,
:font_name => "fontcustom",
+ :font_design_size => 16,
+ :font_em => 512,
+ :font_ascent => 448,
+ :font_descent => 64,
:css_selector => ".icon-{{glyph}}",
:preprocessor_path => nil,
:autowidth => false,
:no_hash => false,
:debug => false,