Class: GWebFont::WebFont
- Inherits:
-
Object
- Object
- GWebFont::WebFont
- Defined in:
- lib/g_web_font/web_font.rb
Class Method Summary collapse
Class Method Details
.list_fonts ⇒ Object
6 7 8 |
# File 'lib/g_web_font/web_font.rb', line 6 def list_fonts load_font_items.map{ |font| font['family'] } end |