J'utilise une signature html dans Thunderbird et j'ai noté un souci.
C'est sans doute une astuce dans les menus de Thunderbird, mais j'ai changé toutes les polices vers celle que je veux (Fira Mono) et rien n'y fait.
- Lorsque j'ouvre un nouveau mail ma signature se place bien avec la bonne police
https://drive.google.com/file/d/1txDUgx ... sp=sharing
- Lorsque le mail est reçu la police change (probablement en police par défaut)
https://drive.google.com/file/d/1Fk7Gbc ... sp=sharing
Je l'ai testé chez un ami qui a un Mac et il reçoit pareillement cassé.
Code : Tout sélectionner
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>Signature de Damien pour Yahoo</title>
<style type="text/css">
a:link {
text-decoration:none;
color: #ff7275;
}
a:visited {
color: #ff7275;
}
a:hover {
color: #000000;
}
a:active {
color: #ff7275;
}
</style>
</head>
<body style="font-family: 'Fira Mono'; color:#ff7275;">
<table style="color: #ff7275;" width="400" height:"100" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="100"><img src="http://formations.design/signatures-mail/logo-mail.png" width="100" height="100" alt=""/></td>
<td width="300"style="padding:10px;"><span style="font-weight:bold;">Damien Serres</span><br />
<a href="tel:+33621786853">06 21 78 68 53</a>
<p style="font-size:9pt;">> <a href="https://institut.design" target="blank">institut.design</a></p>
</td>
</tr>
</tbody>
</table>
</body>
</html>