When using Arial italic on a website, I followed these steps:
font-family: Arial;
font-style:italic;
font-weight:100;
In Photoshop, the Arial italic font appears as thin as the regular version. However, on the website, it looks bold instead. I'm unsure if this discrepancy is due to faux styles. If so, how can I ensure that the real Arial italic font is being used (since there's only one font named Arial in my fonts folder)? If not, where does this difference come from and what steps can be taken to address it?
Here is the fiddle for reference: http://jsfiddle.net/h84Vv/2/
It is possible that this issue may be specific to my system configuration.