Unordered list not changing font
I am having a problem with lists in an epub. If I include a font-family (serif) in the css for the list <li> the font for the bulleted text will not change to the font selected on the reading device. If the <li> css does not include any font family the list acts as it should, i.e., it changes along with the rest of the text when I change the font in the device. I can remove all font family references for lists but I was just wondering why this occurs. Is it a bug of some sort? By the way, my stylesheet only has css for <h1>, <p>, and <li> and all of the text in contained in one <div> with no style attached to the div. The problem occurs in iBooks and Kindle.
|