devAdarsh
devAdarsh
NNovu
Created by devAdarsh on 7/4/2024 in #💬│support
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>
10 replies
NNovu
Created by devAdarsh on 9/14/2023 in #💬│support
How to add a slack workflow
No description
13 replies
NNovu
Created by devAdarsh on 8/18/2023 in #💬│support
Airtable Novu Integration
Does novu have an integration with airtable?
13 replies
NNovu
Created by devAdarsh on 8/18/2023 in #💬│support
Multiple Emails in Novu
Is it possible to send emails from different email address in novu?
10 replies