I have several options in my custom css. One of those is the font setting for posts, etc.
All of a sudden, it stopped working. It reverted back to something smaller than what I want. It will not change size when I modify the CSS. I have cleared and disabled all caching. Tested on multiple browsers.
p { font-size: 1.0em; font-family: Georgia, sans-serif !important; }
Keep in mind that I didn’t change anything … It just quit working. And now when I change that 1.0em to something else, the font size does not change. Also, using “px” in place of “em” has on effect.