I want use a webfont in a odoo email template.
My code was:
<link href="https://fonts.googleapis.com/css?family=Molle:400italic" rel="stylesheet" type="text/css">
<p style="font-family: 'Molle', cursive; font-size: 24px;">test text in schreibschrift</p>
I believe odoo filter the email code before sending and removes some html tags.
The link tag is not in the received email, as shown in Thunderbird.
How can i bypass this?