lib/fontist/config.rb in fontist-1.20.0 vs lib/fontist/config.rb in fontist-1.21.1
- old
+ new
@@ -42,10 +42,11 @@
end
def default_values
{ fonts_path: Fontist.fontist_path.join("fonts"),
open_timeout: 10,
- read_timeout: 10 }
+ read_timeout: 10,
+ google_fonts_key: nil }
end
def persist
values = @custom_values.transform_keys(&:to_s)
FileUtils.mkdir_p(File.dirname(Fontist.config_path))