Method: IsoDoc::Convert#default_fonts
- Defined in:
- lib/isodoc/css.rb
#default_fonts(_options) ⇒ Object
38 39 40 41 42 43 44 |
# File 'lib/isodoc/css.rb', line 38 def default_fonts() { bodyfont: "Arial", headerfont: "Arial", monospacefont: "Courier New", } end |