I am trying to modify the invites email a new user will receive whe we send him and invitation. I am trying to meet the design needs of our company(fonts, colors,…) The fonts we need are in Google fonts site and i try to modify the HTML Template in which all html emails are rendered trying to add two font types i need to use…
<style type="text/css">
body, p {font-family: 'Source Sans Pro', sans-serif;}
</style>
<!--[endif]-->
%{email_content}
…but when i receive test invite emails to a temporary address i’ve setup to test if this is working or not…the only font wich is loaded is the fallback font wich is “sans-serif”. The font i need is not downloaded or parsed.
So how can i customize invite email using fonts from Google fonts…??
And second part of my request is how can i add for example an outlined div or paragraph to only one email template(invite email template) because BBCodes doesn’t allow to customize a lot.
Your markup looks correct. What email client are you testing this on? Not all email clients support the use of web fonts. I don’t think Gmail supports web fonts.
Try adding a div with the class you are wanting to style directly to the invite template and then adding styles to the class to the Email Style / CSS editor. Discourse will substitute the styles you add there directly into the div that you target with a class. For example, with the Invite Mailer template customized to:
<div class="invite">
%{inviter_name} invited you to a discussion
> **%{topic_title}**
>
> %{topic_excerpt}
at
> %{site_title} -- %{site_description}
If you're interested, click the link below:
%{invite_link}
</div>
Thanks i will try and will let you know…I am using GMX services to test invite emails… maybe is what you are saying…i will test with other email client.
Alors, est-il possible de changer la police des e-mails pour Gmail ? Jusqu’à présent, je n’ai pas réussi à ajouter des polices persanes à nos e-mails. Y a-t-il une solution ?
Je vais effectuer quelques tests d’e-mails cette semaine. Je vais voir si je peux trouver comment rendre cela fonctionnel. Si quelqu’un sait comment ajouter des polices personnalisées qui fonctionnent sur Gmail, merci de me le faire savoir.
Je comprends ton point de vue. J’ai cherché (via Google) un moyen de changer la police d’un email de résumé, à la fois dans Google et sur Meta.
C’est pourquoi je n’ai pas créé un nouveau sujet et ai répondu à la fin d’un sujet trouvé sur Google !
Je n’ai pas vérifié si Gmail autorise différentes polices, car j’ai déjà vu dans ma boîte de réception Gmail des emails provenant d’autres sites web utilisant des polices persanes.