scottjehl/Respond

using meyer in combination with respond.js, html5shiv.js and css aggregation enabled

2dareis2do opened this issue · 0 comments

using meyer in combination with respond.js, html5shiv.js and css aggregation enabled seems to cause a problem in ie8 with fonts and inheritance.

What happens is that the browser seems to ignore any inherited font styles and instead loads Times New Roman, the browser default.

This is fixed by removing font: inherit; from the css reset, however this defies traditional css logic as there is no obvious reason why font: inherit should set the font to be the default in ie8 and not any other browser?!

Disabling either meyer, css aggregation or respond seems to revert back to normal behaviour.