How To change default theme fonts For example "Times new roman(Body)" I can only set it To "Time new roman" How To change default theme fonts @Mark030 You can use the following code To achieve this......this: doc = aw.Document() builder = aw.DocumentBuilder(doc) # modify...modify theme theme = doc.theme theme.minor_fonts.latin = "Times...