How to change default font for bullets?

Hi guys,

I’m using Google fonts and with it was able to change fonts on my pages, only problem there wasn’t setup for bullet list, so it’s still using the default theme font. I tried to look for fonts in stylesheet (css) but didn’t find.

So what would be the css line for changing the font for bullet list?
Thank you!

Hello,

I hope you are doing well today.

Could you please provide a link to the page with a list so that I can inspect it?

In the meantime, you can use the following CSS code to try and change the font family for the list items by going to Appearance > Customize > Additional CSS and pasting it there.


.entry-content li {
    font-family: monospace;
}

Best Regards,
Support