I want to change the font for one specific variable. I have the regular font set for the document, but I want to change it on a variable. Is this possible? For example:
$docx->addTemplateVariable('test', $text, array('font'=> 'Century Gothic'));
Thanks for the help