Font type and sizes of Anspress to follow the Theme’s defaults
Hi,
Its very simple. Simply add override.css and add rule for:
#anspress{
font-family: YOUR_FONTS;
font-size: 15px;
// And more...
}Cagliostro commented on answer
Cagliostro commented
@Justin in Anspress theme css folder as overrides.css
where should we put that css codes?