Expand my Community achievements bar.

Never miss an update of the Adobe Journey Optimizer Community Lens! Subscribe now to get the latest updates, insights, and highlights delivered straight to your inbox every time a new edition drops.
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>