Method: IsoDoc::Convert#fonts_options
- Defined in:
- lib/isodoc/css.rb
#fonts_options ⇒ Object
52 53 54 55 56 57 58 59 60 61 62 |
# File 'lib/isodoc/css.rb', line 52 def { "bodyfont" => [:bodyfont] || "Arial", "headerfont" => [:headerfont] || "Arial", "monospacefont" => [:monospacefont] || "Courier New", "normalfontsize" => [:normalfontsize], "monospacefontsize" => [:monospacefontsize], "smallerfontsize" => [:smallerfontsize], "footnotefontsize" => [:footnotefontsize], } end |