I tested my page in Chrome, FF, and IE8, and all browsers displayed text as follows:
It is defined as follows:
font-family: 'Arial', sans-serif; font-size: 0.75em; font-weight: bold;
I tried declaring Arial in different ways, using px instead of em, and also define the weight in the number (600, 800) ... But IE9 still makes it "bolder" than other browsers:
Any help? Thanks
Just to weigh it, you could put the meta tag in your HTML as a quick workaround that would allow IE9 to emulate IE8, returning the original rendering.
To do this, put <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" />in your section.
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" />
IE9, , , HTML5 CSS3.
, , 600, , , IE 9, Arial , , , Arial, Arial Black. font-weight 800 900.
600
Arial
Arial Black
font-weight
800
900
Arial IE 9 Arial Black, ...
font-family: Arial, sans-serif; font-size: 0.75em; font-weight: 700;
Firefox.
StackOverflow . , IE9 . ClearType, DirectWrite.
, . - . , IE- (, IE8-), .
IE . , CSS IE css
<!--[if IE 9]> <link rel="stylesheet" type="text/css" href="/ie9.css" /> <![endif]-->
:
font-family: 'Arial', sans-serif; font-size: 0.75em;
, font-weight:bold body. - IE9 Arial , .
font-weight:bold