Inserting an element using css

No italics. Just normal text for both the paragraph and the list.

But Molona’s screenshot is in italics? Didn’t you say yours was rendering the same?

For my eyes (without enlarging the screenshot) I didn’t notice the italics. I simply noticed that the font weight was the same as mine (e.g. the paragraph wasn’t bold like yours)

Ok so there’s no way to find out why my mac on a chrome is rendering these differences?

Molona gave the answer above and you are setting the font weight of the ul to 300 while the p is at normal (400).

On a mac system the font-weight of the list will appear lighter (windows doesn’t have a 300 weight for that font which is why it doesn’t show for Ryan and Molona).

Just set the font-weight to normal for the ul and the difference should go away.

ul{font-weight:normal}

Perfect! Thanks so much - I’ve been trying to figure this out for days.

Guess what! I didn’t even pay attention to the font-weight… I gave the answer without really giving it because I didn’t even know that I was giving it :stuck_out_tongue:

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.