Font issue loading HTML file.

  • I am loading a HTML file into the rich edit, and then retrieving the HTML from the edit to display in a web component. The input file is using the calibri font family, but when I get the HTML back out from the rich edit the font has changed to sans-serif for each of the P tags.

  • Below is the test HTML i'm using, the text that is in "Courier New" is correct but the ones with "Calibri" are not.

  • Thanks for the reply. I'm a bit stuck then, as the HTML is being generated by outlook.

    Is there something I could change mso-ascii-font-family to that would enable WPTools to pickup the font?