View Single Post
Old 08-13-2014, 08:55 AM   #56
RbnJrg
Wizard
RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.
 
Posts: 1,858
Karma: 8821117
Join Date: Mar 2013
Location: Rosario - Santa Fe - Argentina
Device: Kindle 4 NT
Quote:
Originally Posted by GJ Coop View Post

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.
RbnJrg is offline   Reply With Quote