View Single Post
Old 06-22-2010, 02:48 PM   #4
Kivgaen
Enthusiast
Kivgaen will become famous soon enoughKivgaen will become famous soon enoughKivgaen will become famous soon enoughKivgaen will become famous soon enoughKivgaen will become famous soon enoughKivgaen will become famous soon enough
 
Kivgaen's Avatar
 
Posts: 38
Karma: 608
Join Date: Aug 2009
Location: Toronto
Device: all devices
Thanks Catire for the quick response. A few follow-up comments:

Quote:
Originally Posted by Catire View Post
By basic font you mean you don't actually declare any font in the css or xhtml so the display engine picks whatever it uses?
I mean that I don't embed the fonts, but that I declare my fonts in the CSS in the same way that I would declare fonts on a web page. For example:

Code:
p.TF {
      font-family: "Times", "Times New Roman", "Palatino", "Minion", serif;
}
p.H1 {
      font-family: "Arial", "Helvetica", sans-serif";
}
span.suitSymbol {
      font-family: "Symbol", sans-serif;
}
Quote:
Pardon my ignorance but what exactly is a suit symbol?
A spade, a heart, a diamond or a club (Contract Bridge terms). In HTML, they are written as: ♠ ♥ ♦ ♣



Quote:
3) Do you actually have a choice in the matter, what I mean is are you going to sell your epubs through a third party vendor? Do they even allow you to use embbeded fonts (as far as I know apple does not).
As far as I know, we just need them to pass epubcheck version 1.05.

I could be wrong on that though
Kivgaen is offline   Reply With Quote