Method: Fontist::Import::Google.formula_path

Defined in:
lib/fontist/import/google.rb

.formula_path(name) ⇒ Object



16
17
18
19
# File 'lib/fontist/import/google.rb', line 16

def self.formula_path(name)
  filename = name.downcase.gsub(" ", "_") + ".yml"
  Fontist.formulas_path.join("google", filename)
end