Method: IsoDoc::Convert#populate_css
- Defined in:
- lib/isodoc/convert.rb
#populate_css ⇒ Object
run this after @meta is populated
80 81 82 83 84 |
# File 'lib/isodoc/convert.rb', line 80 def populate_css @htmlstylesheet = generate_css(@htmlstylesheet_name, true, extract_fonts()) @wordstylesheet = generate_css(@wordstylesheet_name, false, extract_fonts()) @standardstylesheet = generate_css(@standardstylesheet_name, false, extract_fonts()) end |