css - font face working in screen media but not in print media -
i used code below outside print , screen media code works on screen media not in print media
<style type="text/css"> @font-face { font-family: dinregular; src: url('/images/templateimages/template9/din-regular-italic.ttf') </style> what possible causes due font face not working when download template pdf, working when see template on browser
any appreciated
i've tested in firefox , chrome, font-face not work in @media print, ignored browsers.
Comments
Post a Comment