cancel
Showing results for 
Search instead for 
Did you mean: 

Emarsys @Font Face via Media Database

0 Kudos

I want to upload a font to Media Base and include it in an Emarsys template using the @font face method. This does not work and I wonder why. I hope you can help me.

The dev tools also give me a CORS problem and if that is what it is. How can I fix this in Emarsys.

CSS Code:

@font-face{

font-family: "One";

src:url("link to the file in the media database") format("woff2");

}

.container {

font-family: "One";

}

Thanks a lot for the help.

moshenaveh
Community Manager
Community Manager
0 Kudos

Welcome to the SAP Community! Thank you for visiting us to get answers to your questions.

Since you're asking a question here for the first time, I'd like to offer some friendly advice on how to get the most out of your community membership and experience.

First, please see https://community.sap.com/resources/questions-and-answers, as this resource page provides tips for preparing questions that draw responses from our members. Secondly, feel free to take our Q&A tutorial at https://developers.sap.com/tutorials/community-qa.html as well, as that will help you when submitting questions to the community.

Finally, I recommend that you include a profile picture. By personalizing your profile, you encourage readers to respond: https://developers.sap.com/tutorials/community-profile.html.

I hope you find this advice useful, and we're happy to have you as part of SAP Community!

Accepted Solutions (0)

Answers (0)