How to add custom fonts in templates
Please note that this method is exclusively for HTML format emails templates and agreement.
Overview
This help document guides users on incorporating custom fonts into their Storeganise invoice email templates and agreements. By following these steps, you can enhance the visual appearance of your documents, especially when dealing with foreign characters.Application on email and agreement templates
At the beginning of your templates (email and agreement), you need to add the code snippet. please see examples below<style>
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
body, td { font-family: 'Noto Sans JP', sans-serif!important; }
</style>
<style>
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+HK:wght@400;700&display=swap');
body, td { font-family: 'Noto Sans HK', sans-serif!important; }
</style>
<style>
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@400;700&display=swap');
body, td { font-family: 'Noto Sans Thai', sans-serif!important; }
</style>
Jump to
Related articles
Email settings
Using helpers and conditions in your templates