remove_script_font method

remove_script_font

Removes the font setting associated with a specific script tag from the theme’s font collection.

def remove_script_font(self, script):
    ...
ParameterTypeDescription
scriptstrThe BCP-47 script code whose font setting should be removed.

Examples

This example demonstrates how to remove the font mapping for the Hebrew script:

See Also