View Single Post
Old 01-25-2022, 12:04 PM   #3
ValTim
Junior Member
ValTim began at the beginning.
 
ValTim's Avatar
 
Posts: 8
Karma: 10
Join Date: Jan 2022
Device: Kindle Paperwhite
Hi Hitch,
Thanks for your answer. I chose Quicksand because it is the closest free alternative I found to VAG Rundschrift. If you know another one, please tell me.
The file with encrypted fonts do pass EPUB check. I use the pagina EPUB-Checker. It has no errors or warnings, but there is a message stating that the fonts cannot be decrypted.
The HTML for the title is just this:
Code:
<p class="Numero-capitulo2">Capítulo dos</p>
There is no div around. I kept the body CSS from ID stylesheet:
Code:
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, pre, code, blockquote {
	margin:0;
	padding:0;
	border-width:0;
}
body {
	-epub-hyphens:auto;
}
According to its Asset Guide, Apple Books supports font obfuscation. The publishing guide for Kindle does not say anything against encrypted fonts, although I suppose Amazon does not display them after publication in KDP.
ValTim is offline   Reply With Quote