We have recently updated our version of PHPDOCX and since then some of our variable replacements using replaceVariableByText are seeing the font become "Times New Roman" instead of the font "Calibri" which is placeholder is set to in the template. Was this changed? Do we need to do a word fragment for each piece of text and manually set the font?
We have tried $docx->setDefaultFont('Calibri'); which did not work.
Any help would be appreciated.