Method: IsoDoc::Convert#populate_css

Defined in:
lib/isodoc/convert.rb

#populate_cssObject

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(options))
  @wordstylesheet = generate_css(@wordstylesheet_name, false, extract_fonts(options))
  @standardstylesheet = generate_css(@standardstylesheet_name, false, extract_fonts(options))
end