View Single Post
Old 05-03-2012, 02:08 PM   #2
DSpider
Evangelist
DSpider ought to be getting tired of karma fortunes by now.DSpider ought to be getting tired of karma fortunes by now.DSpider ought to be getting tired of karma fortunes by now.DSpider ought to be getting tired of karma fortunes by now.DSpider ought to be getting tired of karma fortunes by now.DSpider ought to be getting tired of karma fortunes by now.DSpider ought to be getting tired of karma fortunes by now.DSpider ought to be getting tired of karma fortunes by now.DSpider ought to be getting tired of karma fortunes by now.DSpider ought to be getting tired of karma fortunes by now.DSpider ought to be getting tired of karma fortunes by now.
 
DSpider's Avatar
 
Posts: 450
Karma: 343115
Join Date: Nov 2009
Location: Romania
Device: PW2 2014
I have no experience with ePub, but from looking at the wiki, the CSS looks to be:

Code:
@font-face {
	font-family : "Embedded_font_name";
	font-style : normal;
	font-weight : normal;
	src : url("path/Embedded_font_name.ttf");
}
Calendas Regular is what you're looking for, so that would probably translate as "font-style : regular;".

But yeah, it's kinda messed up, having 3 separate entries for the same font. Just change the Family Name (and nothing else, don't bother) from "Calendas Bold" and "Calendas Regular" to just "Calendas". That should take care of it.

Click image for larger version

Name:	calendas.png
Views:	210
Size:	9.4 KB
ID:	86001

Last edited by DSpider; 05-03-2012 at 05:55 PM. Reason: "Calendas Regular"
DSpider is offline   Reply With Quote