Class: GoogleFontUrl::Generator
- Inherits:
-
Object
- Object
- GoogleFontUrl::Generator
- Defined in:
- lib/google_font_url/generator.rb
Class Method Summary collapse
Class Method Details
.all ⇒ Object
9 10 11 |
# File 'lib/google_font_url/generator.rb', line 9 def self.all GoogleFontUrl::Utils.read_fonts end |
.generate ⇒ Object
5 6 7 |
# File 'lib/google_font_url/generator.rb', line 5 def self.generate GoogleFontUrl::Utils.read_fonts.map { |font_data| [font_data["family"], font_data["css_style_link"]] } end |