I need to add custom form in my emails using thymeleaf templates in a spring boot application. The fonts are in a remote location with open urls.
I tried adding @font-face but the email styling has prefixed some html id like #someRandomDivId @font-face {...} And that is failing the css
The second way I tried was loading fonts via JavaScript but again my code was being commented out in the emails.
Does anybody know how to do this?