function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
VishnuRVishnuR 

VisualForce Pages Font Compatibility Issue

I have added many headings on my visualforce page using the normal html header tags like <h2>header</h2>. But there is a slight difference on displaying these headers on firefox and chrome.

 

I have tried giving font-size both in "px" and "em", tried giving "!important" to all the font related styles and also tried giving inline style which could avoid the possibility of being overriden by any other style sheets. But it stiil looks different. 

 

Can anybody suggest me how to fix this issue and make fonts cross browser compatible, especially with firefox and chrome..?