Method: IsoDoc::Convert#default_fonts
- Defined in:
- lib/isodoc/css.rb
#default_fonts(_options) ⇒ Object
24 25 26 27 28 29 30 |
# File 'lib/isodoc/css.rb', line 24 def default_fonts() { bodyfont: 'Arial', headerfont: 'Arial', monospacefont: 'Courier', } end |