I try to create simple email template  with odoo 16 and i want to know how i can change font family 
 
Odoo is the world's easiest all-in-one management software.
 It includes hundreds of business apps:
I try to create simple email template  with odoo 16 and i want to know how i can change font family 
 
Hi,
To change the font family in an email template in Odoo 16, you can directly include inline or embedded CSS in the template's HTML. Here's a simple example and a few tips to help you customize it correctly.
<t t-name="custom.email_template">
<div style="font-family: 'Arial', sans-serif; font-size: 14px; color: #333;">
<p>Hello <t t-esc="object.name"/>!</p>
<p>Thanks for contacting us.</p>
</div>
</t>
Hope it helps
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up| Related Posts | Replies | Views | Activity | |
|---|---|---|---|---|
|  | 1 Sep 25  | 1737 | ||
| 
            
                Automatic Batch Transfer
            
            
                    Solved
            
         |  | 1 Aug 25  | 1060 | |
|  | 1 May 25  | 1844 | ||
|  | 0 Nov 24  | 1866 | ||
|  | 2 Oct 24  | 1958 |