I have encountered an issue where the code below works on screen media but not in print media:
<style type="text/css">
@font-face {
font-family: dinregular;
src: url('/images/templateImages/template9/din-regular-italic.ttf')
}
</style>
What could be causing my font face to not work when I download my template as a PDF? It seems to be working fine when viewing the template in a browser.
Any help would be greatly appreciated. Thank you!