
: Re: Epub 2.O: font in ul, ol lists is smaller than regular font I'm formatting an ebook that has taught me many things ... usually after a fair bit of angst, consultation of manuals, online sleuthing,
<li> will not inherit from <p>, so what you are seeing is probably a different font in your lists than in your paragraphs. The easiest way I've found to test this is to add something impossible to mistake to the CSS for <p>. I like to use color: red, but your mileage may vary.
Note that the reason that the fonts could appear to be different sizes is that some fonts look bigger than others—compare Open Sans and Times New Roman, for example, and the Times will look substantially smaller, even though both are 1.0em.
Including
li {
font-family:"texgyreschola", serif;
font-size:1.0em;
}
in your CSS should do the trick.
Free books android app tbrJar TBR JAR Read Free books online gutenberg
More posts by @Hamaas

: Where can I sell ebooks for bitcoin? What services/websites have you tried that you found favorable when it comes to selling your digital wares for bitcoin?

: How can I create internal links with Sigil? I would like to add some internal links to an ebook I have—namely, adding links from the Table of Contents to the beginning of each chapters,