Will Google hosted web fonts(http://www.google.com/webfonts) work in the EO.PDF render?
My first test leads to the answer of No, but could I get confirmation from support.
---
For those of you who dont know what I am talking about - to use a font in your site hosted by google you just add a link tage in your page to load it:
Quote:<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Telex"/>
then just reference it in your stylesheet:
Quote:body{
font-family: 'Telex', sans-serif;
}