Block Editor > Font on a list List doesn't match default type
-
I’m writing a new post using the new editor but can’t seem to figure out how to change the font size of a list to the default. Right now it’s previewing as a different type but also different size and I would like it to be the same as the standard type font/type for a regular paragraph.
How to change it?
The blog I need help with is: (visible only to logged in users)
-
Hi
You can just add following additional CSS as follows:
ul {
font-family: inherit;
font-size: 100%;
font-style: inherit;
font-weight: inherit;
}I hope this works as per your requirement.
Regards
Ruchit -
- The topic ‘Block Editor > Font on a list List doesn't match default type’ is closed to new replies.