I'm experiecing a weird issue with some Google Fonts.
For example, I'm using the Muli font and in some browsers the text is displayed in italic style when the CSS rule is:
p {
font-style: normal;
}
I've also opened the Google Web Fonts website with several browsers (I tested with 16 different browsers on 6 different PCs and Macs) and only with two of them I experienced the problem (one on a Chrome browser and another one on a Firefox browser).
This screenshot shows a side-by-side comparison of the font displayed in Firefox and a browser that shows the font in italic style
Why would only some browsers display these fonts as italic? What should I look for in tracking down this issue?