• roundpeg
  • NEWBIE
  • 0 Points
  • Member since 2008

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies

I wanted the pdf attachment to display font in myriad style but inspite of using style tag still i'm able to get the pdf document only in times new roman format.Any solution to this.It works in email template but not working in email attachments

<style type="text/css">
   body {font-family:MyriadPro-SemiExt;font-size: 12px;  }
   table{font-family:MyriadPro-SemiExt;font-size: 12px;}
      </style>

 

i have placed the font inside static resource and in documents too but still not working

  • December 04, 2009
  • Like
  • 0