Expand my Community achievements bar.

Your voice matters! Help shape the future of Adobe Journey Optimizer by sharing your feedback.
SOLVED

putting custom font into email content template

Avatar

Level 9

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>