lib/fontist/manifest/locations.rb in fontist-1.7.0 vs lib/fontist/manifest/locations.rb in fontist-1.7.1
- old
+ new
@@ -51,10 +51,10 @@
file_paths(font, style)
end
end
def file_paths(font, style)
- Fontist::SystemFont.find_with_style(font, style).transform_keys(&:to_s)
+ Fontist::SystemFont.find_with_name(font, style).transform_keys(&:to_s)
end
end
end
end