Hi,
How can I set the default font for my headers to be Calibri when saving a Document?
I have been able to do it for regular paragraphs but it is not working for headings (headings seem to always be defaulted to Times…...following code: doc = aw.Document() builder = aw.DocumentBuilder(doc)...styles.get_by_style_identifier(aw.StyleIdentifier.HEADING1) heading1...