The method I use on my T1 is:
Quote:
@font-face {font-family: "Cambria";font-style: normal;font-weight: normal;src: url(fonts/font001.otf);}
@font-face {font-family: "Cambria";font-style: italic;font-weight: normal;src: url(fonts/font002.otf);}
@font-face {font-family: "Cambria";font-style: normal;font-weight: bold;src: url(fonts/font003.otf);}
p{text-indent:1.1em;margin-left:0;line-height:120%;margin-right:0;margin-top:0;margin-bottom:0;font-family:Cambria,serif;font-size:100%}
|
and then I add the fonts to the ePub itself, "./fonts/*.otf"