docs/LIBRARY.md in invoice_printer-2.0.0.beta2 vs docs/LIBRARY.md in invoice_printer-2.0.0.beta3

- old
+ new

@@ -231,12 +231,12 @@ ... font: File.expand_path('../Overpass-Regular.ttf', __FILE__) ) ``` -If you don't have a font around, you can install `dejavu-fonts` gem and specify "dejavu" as the font path. +If you don't have a font around, you can install `invoice_printer_fonts` gem and specify the supported font name instead. -We recommend you DejaVuSans and Overpass fonts. +Supported builtin fonts are: `overpass`, `opensans`, and `ruboto`. Note that searching the path takes preference. ### Background To include a background image you might need to create the file according to the size and resolution to be used (see: [examples/background.png](https://github.com/strzibny/invoice_printer/blob/master/examples/background.png)):