790
809
$javaScript = $this->parseLibraryReferences($isPreview, $this->getRawNode('javaScript', ''));
792
811
// Add our fonts.css file
796
818
$backgroundColor = $this->getOption('backgroundColor');
797
819
if ($backgroundColor != '') {
798
820
$headContent .= '<style type="text/css">body { background-color: ' . $backgroundColor . ' }</style>';