Expand my Community achievements bar.

Join Adobe Journey Optimizer product experts for a live Ask Me Anything on October 15th at 8 AM PT about Expanding Your Mobile Reach with RCS & WhatsApp in AJO!
SOLVED

putting custom font into email content template

Avatar

Level 10

Is it possible to put custom font into email content template or its only possible with html template?

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

@Michael_Soprano  custom font can be incorporated in both content and HTML template.

View solution in original post

3 Replies

Avatar

Correct answer by
Community Advisor

@Michael_Soprano  custom font can be incorporated in both content and HTML template.

Avatar

Level 1

Hey Anuhya, 

Can you please point to any documentation around it.

Avatar

Community Advisor

@Arvindpodichetti 

Add the custom font as a link and use that in the style tag. Check out below example.

<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Sofia">
<style>
body {
  font-family: "Sofia", sans-serif;
}
</style>