README.md in fontist-0.3.0 vs README.md in fontist-0.4.0
- old
+ new
@@ -33,10 +33,34 @@
The fontist library allows us to easily locate or download a any of the supported
fonts and then it returns the complete path for the path. To find any font in a
user's system we can use the following interface.
```ruby
-Fontist::Finder.find("CALIBRI.TTF")
+Fontist::Finder.find("Calibri")
+```
+
+### Supported fonts
+
+```ruby
+[
+ "Arial",
+ "Calibri",
+ "Cambria",
+ "Candara",
+ "Consola",
+ "Constantia",
+ "Corbel",
+ "Courier",
+ "Meiryo",
+ "Meiryo UI",
+ "Source Code Pro",
+ "Source Han Sans",
+ "Source Sans Pro",
+ "Source Serif Pro",
+ "Times New Roman",
+ "Trebuchet",
+ "Verdana"
+]
```
## Development
We are following Sandi Metz's Rules for this gem, you can read the