Quote:
Originally Posted by GJ Coop
My Kindle Fire emulator has had no problem with the p style headings and I have seen many dissected ebooks that cope with this no problema.
I changed to p because when I initially used h headings KDP would not accept the font size, they had it at 3 em or whatever some default.
|
Curious. Did you style the <h> selector? That is, did you include in your .css stylesheet something like:
Code:
h2 { /* or whatever the h selector you used */
...
font-size: 1em; /* or whatever the font size you you like */
...
}
If you wrote that, then KDP should respect the font size for your selector.
Quote:
I have never heard this custom font in only h tag suggestion before, could you tell me where you heard about this.
|
That was spoken in this forum; do a search and you'll find some info about that. But also you can watch that with your Kindle Previewer; when you select (in Kindle Previewer) for example Kindle Paperwhite you have the option to choose a custom font but when you select Kindle Fire that option doesn't appear.