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
Yaswanth KothapalliYaswanth Kothapalli 

CSS Font Family is showing different

Hi All,

CSS font is not showing correctly in IE11 and is working fine in all the other browsers. 
Any specific reasons for the same? 

The problem is that all the size and the fonts are showing in Thick Bold in IE browser and is working fine and showing as it is in all other browsers.Any body faced with this problem earlier? 

Thanks!!
SRKSRK
may be that fonts family wont support by IE, and it was shwoing the font in defult fonts fmaily 
it may refer the same font fmaily with little diffrent name its possible 
pranab khatuapranab khatua
<style>
          font-family: Arial, Helvetica, sans-serif  !important;
</style>
Try this format. Just add " !important "  at the end.