© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
NovuN
Novu•2y ago•
9 replies
Adarsh

Novu Layout Font Issue Error

Hey I have been working with Novu layouts and have been using custom fonts but the fonts does not seem to be working

Here is the code snippet

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Email Template</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://enterprise.commenda.io/fonts/Satoshi-Medium.ttf" />
<link href="https://enterprise.commenda.io/fonts/satoshi/Satoshi-Bold.ttf" />

<style>
@font-face {
font-family: "Satoshi";
src: url("https://enterprise.commenda.io/fonts/satoshi/Satoshi-Bold.woff2")
format("woff2"),
url("https://enterprise.commenda.io/fonts/satoshi/Satoshi-Bold.woff")
format("woff"),
url("https://enterprise.commenda.io/fonts/satoshi/Satoshi-Bold.ttf")
format("truetype");
font-weight: 700;
font-display: swap;
font-style: normal;
}
@font-face {
font-family: "Satoshi";
src: url("https://enterprise.commenda.io/fonts/satoshi/Satoshi-Medium.woff2")
format("woff2"),
url("https://enterprise.commenda.io/fonts/satoshi/Satoshi-Medium.woff")
format("woff"),
url("https://enterprise.commenda.io/fonts/satoshi/Satoshi-Medium.ttf")
format("truetype");
font-weight: 500;
font-display: swap;
font-style: normal;
}

body {
padding: 24px 0px;
margin: 0;
width: 100%;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
font-family: "Satoshi", Arial, sans-serif;
background-color: #ffffff;
color: #000000;
}
</style>
</head>
Novu banner
NovuJoin
Open Source Notification Infrastructure Community by Novu
4,169Members
Resources
Was this page helpful?

Similar Threads

Recent Announcements

Similar Threads

novu issue
NovuNNovu / 💬│support
2y ago
Novu error
NovuNNovu / 💬│support
4y ago
Novu Websocket issue
NovuNNovu / 💬│support
3y ago