Hey there,
I have a little bit lost here, are you referring this `Enable Custom Typography` setting (
http://take.ms/p0iDy)?
If yes, basically what this setting does is, it will render typography css on the site if you turn on this setting, so it will ignore your template styling.
For example :
if your current template css styling set this following css code :
h1, h2, h3 {
color: #fff;
}
In Easyblog page, if there got render h1 tag in blog content, it will not follow the template css styling to load white colour.