bell notificationshomepageloginedit profileclubsdmBox

10% popularity   0 Reactions

<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


Load Full (0)

Login to follow story

More posts by @Hamaas

0 Comments

Sorted by latest first Latest Oldest Best

 

Back to top