View Single Post
Old 02-14-2014, 04:51 PM   #16
JimmyR
ɴₐɴ
JimmyR ought to be getting tired of karma fortunes by now.JimmyR ought to be getting tired of karma fortunes by now.JimmyR ought to be getting tired of karma fortunes by now.JimmyR ought to be getting tired of karma fortunes by now.JimmyR ought to be getting tired of karma fortunes by now.JimmyR ought to be getting tired of karma fortunes by now.JimmyR ought to be getting tired of karma fortunes by now.JimmyR ought to be getting tired of karma fortunes by now.JimmyR ought to be getting tired of karma fortunes by now.JimmyR ought to be getting tired of karma fortunes by now.JimmyR ought to be getting tired of karma fortunes by now.
 
JimmyR's Avatar
 
Posts: 421
Karma: 2507940
Join Date: Jun 2011
Location: 37.2N 93.3W
Device: KV PW4 PW3 PW2
Here's the css from the sample file. There are embedded fonts with a color of #00718E.
Code:
@font-face {
 font-family: "Minion";
 font-weight: normal;
 font-style: normal;
 src: url("../fonts/00001.otf");
 }
@font-face {
 font-family: "Minion";
 font-weight: normal;
 font-style: italic;
 src: url("../fonts/00002.otf");
 }
@font-face {
 font-family: "Minion";
 font-weight: bold;
 font-style: normal;
 src: url("../fonts/00003.otf");
 }
@font-face {
 font-family: "Minion";
 font-weight: bold;
 font-style: italic;
 src: url("../fonts/00004.otf");
 }
body{
 font-family:"Minion";
 text-align: justify;
 color: #00718E;
}
A screenshot of the book in the Calibre viewer:
Attached Thumbnails
Click image for larger version

Name:	book1.jpg
Views:	218
Size:	40.0 KB
ID:	119103  
Attached Files
File Type: zip 0001.css.zip (1,009 Bytes, 110 views)

Last edited by JimmyR; 02-14-2014 at 04:59 PM. Reason: screenshot
JimmyR is offline   Reply With Quote