View Single Post
Old 08-12-2011, 02:02 PM   #4
uieluck
Connoisseur
uieluck began at the beginning.
 
uieluck's Avatar
 
Posts: 52
Karma: 10
Join Date: Jul 2010
Location: Denver, Colorado
Device: iphone, ipad, kindle, nook
So I'm still trying to embed this font: TransIndicGara etc. in an ebook with NO success.
Here's the CSS embedding code I'm using:
@font-face {
font-family : "Adobe Garamond Pro";
font-style : italic ;
font-weight : normal;
src : url("fonts/AGaramondPro-Italic.otf");
}
@font-face {
font-family : "TransIndicGaraCant";
font-style : normal;
font-weight : normal;
src : url("fonts/TransIndicGaraCant.otf");
}
@font-face {
font-family : "DevanagariExtLA";
font-style : normal;
font-weight : normal;
src : url("fonts/DevanagariExtLA.otf");
}
@page {
margin : 0.5em;
}
tbody, thead, tfoot, tr, td, th {
border-style : inherit;
border-width : inherit;
border-color : inherit;
}
.leftFloat {
float : left;
}
.rightFloat {
float : right;
}
span.TOC-subtitle-ital {
font-family : "Adobe Jenson Pro", serif;
font-weight : normal;
font-style : italic;
}
span.char-style-override-1 {
font-family : "Adobe Garamond Pro", serif;
font-style : italic;
font-weight : normal;
}
span.char-style-override-2 {
font-family : "Adobe Garamond Pro", serif;
font-style : normal;
font-weight : normal;
}
p.devan {
font-family : "DevanagariExtLA", sans-serif;
font-weight : normal;
font-style : normal;
font-size : 1.5em;
text-decoration : none;
font-variant : normal;
line-height : 1.33;
text-align : center;
color : #000000;
text-indent : 0px;
margin : 0px 0px 18px 0px;
}
p.term {
font-family : "TransIndicGaraCant", serif;
font-weight : normal;
font-style : normal;
font-size : 1.67em;
text-decoration : none;
text-transform : uppercase;
line-height : 0.9;
text-align : center;
color : #000000;
text-indent : 0px;
margin : 23px 0px 0px 0px;
}
p.chapter-subtitle {
font-family : "Adobe Jenson Pro Lt", serif;
font-weight : 300;
font-style : italic;
font-size : 1.33em;
text-decoration : none;
font-variant : normal;
line-height : 1.13;
text-align : center;
color : #000000;
text-indent : 0px;
margin : 0px;
}
p.Basic-TOC-Text {
font-family : "TransIndicGaraCant", serif;
font-weight : normal;
font-style : normal;
font-size : 0.83em;
text-decoration : none;
font-variant : normal;
line-height : 1.4;
text-align : left;
color : #000000;
text-indent : -16px;
margin : 0px 0px 0px 16px;
}
uieluck is offline   Reply With Quote