<w:r> <w:rPr> <w:rFonts w:ascii="Arial" w:hAnsi="Arial"/> </w:rPr> <w:t>Text in Arial font</w:t> </w:r>
FontFamily.configure({ resizable: false, cellMinWidth: 50 })
setFontFamily
// Set to Arial setFontFamily('Arial') // Set to serif font setFontFamily('Georgia, serif')
unsetFontFamily
unsetFontFamily()
FontFamilyValue
Was this page helpful?