Method: IsoDoc::Convert#populate_css

Defined in:
lib/isodoc/convert.rb

#populate_cssObject

run this after @meta is populated



75
76
77
78
79
# File 'lib/isodoc/convert.rb', line 75

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