You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

How to Use a Custom Font in Eloqua Landing Pages?

in Eloqua 3 comments

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!

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!