I use Garamond for print and digital.
I like Garamond more than Times. But if I set to Garamond and the ereader doesn't have Garamond and instead converts the font to something horrible like Courier, blech. I guess I'll just use Times. I'm probably thinking about this too much.CMTheAuthor said:Depends on what platform you're using to publish. Some won't accept anything but simple text fonts like Times New Roman or Arial. Some also automatically convert the font anyway, so it doesn't matter what you do.
Assuming those are not issues, though, you're free to do whatever you want. Both fonts work, so the question then would be what do you think readers would find more aesthetically pleasing.
Depending what you're using to produce your ebook, it's quite possible to set a preferred font and then a fall-back font (that's how HTML/CSS always works, and those are the foundation of epub).AnneEton said:I like Garamond more than Times. But if I set to Garamond and the ereader doesn't have Garamond and instead converts the font to something horrible like Courier, blech. I guess I'll just use Times. I'm probably thinking about this too much.![]()
p {
font-family: Garamond,"Times New Roman",serif;
}
Supercool. Thanks!Aaron Pogue said:Depending what you're using to produce your ebook, it's quite possible to set a preferred font and then a fall-back font (that's how HTML/CSS always works, and those are the foundation of epub).
So my ebooks are formatted to use Garamond if it's available, something from the Times font family if Garamond isn't available, and (as an absolute fallback) whatever default serif font is available.
Edit: In CSS, that looks like this:
Code:p { font-family: Garamond,"Times New Roman",serif; }
But I thought I had to... I guess I don't? I'm using Scrivener to compile. Aaaaaaaaarg.smreine said:Don't set a font for your ebook. It can cause display errors on some ereaders, and it ticks readers off.
Ah. In that case, I don't know. I'm told Scrivener compiles ebooks well, so I imagine that the font issue is addressed somehow, either way.AnneEton said:But I thought I had to... I guess I don't? I'm using Scrivener to compile. Aaaaaaaaarg.
THISsmreine said:Don't set a font for your ebook. It can cause display errors on some ereaders, and it ticks readers off.
OK. Maybe I can get to the code and make sure there's nothing in it about fonts. Thanks.smreine said:Ah. In that case, I don't know. I'm told Scrivener compiles ebooks well, so I imagine that the font issue is addressed somehow, either way.
I hand-code my ebooks, so I just don't put in anything about font families.![]()
You've been lucky, then, as I just downloaded a sample of Taming Fire to my PaperWhite, and I can't change the font type from whatever you used to any of the other options on my Kindle.Aaron Pogue said:Every ereader I know of can cleanly handle font sizes as long as they're provided as relative, not absolute (so "font-size: 1em;" or "font-size: large;" but not "font-size: 12pt;" or "font-size:16px;"). That's actually Amazon's recommendation in their KDP publishing guide.
As far as font family, I've sold nearly 200,000 copies across a couple dozen titles using the fall-through CSS above, and never had any customer complaints about formatting. Maybe I'm just dealing with a forgiving audience.
This. I dump any sample that forces the font. One of the whole benefits of a Kindle is I get to set font and font size.smreine said:Don't set a font for your ebook. It can cause display errors on some ereaders, and it ticks readers off.
I was just about to try that.shalym said:You've been lucky, then, as I just downloaded a sample of Taming Fire to my PaperWhite, and I can't change the font type from whatever you used to any of the other options on my Kindle.
Shari
Well...you get to set the font to one of three arbitrary faces chosen by the device manufacturer. Do you really like any of them more than Garamond?ellenoc said:This. I dump any sample that forces the font. One of the whole benefits of a Kindle is I get to set font and font size.
Your book is fixed at caecilia. My paperwhite has 6 font options, garamond is not one of them. So it goes to caecilia. Why would you purposely limit your booksAaron Pogue said:Well...you get to set the font to one of three arbitrary faces chosen by the device manufacturer. Do you really like any of them more than Garamond?