This function allows us to fix templates that have hard coded fonts and instead apply the font theme defined for the template. This functionality was originally requested by client that used non-latin font themes such as arabic and had issues with hardcoded latin fonts. It essentially goes through all styles in the document both Titles and body text and then replaces them by pointing to the wanted font theme.
This is simply implemented in your template by adding this command to a button
CMD:
<button label="styles">
<cmd case="BaseExtensions:styles-unhardcoder"/>
</button>
Comments
0 comments
Please sign in to leave a comment.