I have a template with content controls set to Arial font type. However, after my code processes the document to insert the data and I open that processed document, all the data within the content controls is Times New Roman, not Arial as expected.
I would have thought it would take the font style of the content control, but it doesn't appear to be doing that. Do I have to manually set the font type? ...