body tag class applying later

body tag class applying later

I have a special class for header and it is properly applied, which has a specific font-type (let's say header-font-type). I have another font type in a class applied to body tag (let's say body-font-type).

I need both, and i want to avoid commenting body class and apply another class to each and every controls in the pages (s), it's to much task and will take time.

surprisingly header font is overridden by body font. ideally header tag comes after body tag, hence header should be header font and everything else body font, right ? while debugging if i comment out body tag font, then header is fine, but all other body controls take a default font which is bad.

Appreciate a solution for this

rergards
 jg