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

Popular posts from this blog

php - mySql Join with 4 tables -

css - Text drops down with smaller window -

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -