We’ve loaded a font-face script to define a custom font name and address, and we’re using that in our front end font selector. It work’s a treat.
How can we use that custom font in system emails?
We’ve loaded a font-face script to define a custom font name and address, and we’re using that in our front end font selector. It work’s a treat.
How can we use that custom font in system emails?
Best answer by leo-inspired
Hey
The custom fonts added in the front end will not be picked up in system emails
You’ll need to add your custom font by adding it to the HTML code:
<html>
<head>
<style>
@font-face {
font-family: 'TimCavey';
src: url('TheURLToTheFontFile'); /*URL to font*/
}
</style>
</head>
<body>
<h1>Hi, Tim!</h1>
</body>
</html>
Let me know if you run into any issues with this! 😊
If you ever had a profile with us, there's no need to create another one.
Don't worry if your email address has since changed, or you can't remember your login, just let us know at community@gainsight.com and we'll help you get started from where you left.
Else, please continue with the registration below.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.