Thanks @dhruvkb that seems to work for p tags! How would I also apply it to ul and ol? would it be:
li:not([class*=”font-size”]) {
font-size: 20px;
}
Do you know if there is any way to actually change the styles for the default typography? Your solution works well when the page renders, however within Gutenberg the text still appears to be the wrong font.