View Single Post
Old 11-23-2011, 01:27 AM   #13
democrite
Evangelist
democrite will give the Devil his due.democrite will give the Devil his due.democrite will give the Devil his due.democrite will give the Devil his due.democrite will give the Devil his due.democrite will give the Devil his due.democrite will give the Devil his due.democrite will give the Devil his due.democrite will give the Devil his due.democrite will give the Devil his due.democrite will give the Devil his due.
 
Posts: 441
Karma: 77256
Join Date: Sep 2011
Device: none
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"
democrite is offline   Reply With Quote