i'm using DINNextLTPro-Medium font on this site and noticed quite a difference on the rendering between Safari 6 & Chrome (mac) and the rest of the world (Safari 5 mac/win, Chrome win, Firefox win, Opera win...).
Here's what happens on a mac with Safari 6:

And on Safari 5 win:

Here's the font call in my css file:
@import url("//hello.myfonts.net/count/259bc7");
@font-face {
font-family: 'DINNextLTPro-Medium';
src: url('fonts/259BC7_0_0.eot');
src: url('fonts/259BC7_0_0.eot?#iefix') format('embedded-opentype'),
url('fonts/259BC7_0_0.woff') format('woff'),
url('fonts/259BC7_0_0.ttf') format('truetype')
}
body,input,button,textarea {
font-family: DINNextLTPro-Medium, Helvetica, Arial, sans-serif; border:none;
font-size: 16px; line-height: 24px;
font-weight: normal;
font-style: normal; }
It all comes from myfonts and it's pretty similar to the fontsquirrel declaration i'm used to, which is know for working very well.
Question is, has anyone got a clue about that? I know that it's hard to get the same render over different browsers, but here, it looks really bold.
EDIT #1: Would it be caused by the videos being loaded from Vimeo (flash) to cause this?