Yes if you have a shorter line-height than the font-size then IE is prone to clip the text. However on a large font size like that increasing the line-height will make a big difference.
I think you can solve the problem by adding 10px padding-bottom instead and the the clipped content will still show in IE.
e.g.
#story-brand h2 {padding:0 0 10px;}
Using the filter to fix the text rendering in IE does work but be careful as the filters can have detrimental and undexpected side effects so check carefully.
Thank you Paul, yes the filter only works in IE and only for the h2 text.
The paragraph text it worked but the text went gray so didnt really solve my solution may have to use a different font for the paragraph text as can barely read it on Windows machines, unless you may be able to think of another solution
I tried the font-squirrel that you suggested, I’m not on a Windows machine right now but if what the demo shows it appears the fonts are rendering better, but could you check it out to see if its more readable.