How to Use a Custom Font in Eloqua Landing Pages?
Hi team,
In our company, we use a very specific font that I’d like to apply to the H1s of our Eloqua landing pages. Since it can’t be added by default, I’m calling it in the stylesheet like this:
@font-face {
font-family: "Karnov Display";
src: url("https://www.aranzadilaley.es/assets/fonts/karnovdisplay.woff2") format("woff2");
font-display: swap;
}
h1, h2, h3 {
font-family: "Karnov Display";
font-weight: 100;
}
However, on some computers, the font doesn’t display correctly.
How do you handle similar cases?
Any best practices or workarounds?
Thanks in advance!
0