cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Emarsys @Font Face via Media Database

0 Kudos
353

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.

Accepted Solutions (0)

Answers (0)