So, it's after hours, and I'm home in front of my iMac ; this means I don't have Windows at hand, so I'll finish testing tomorrow.
But, the first thing I can tell you is that your 'without font' file, with this code, works perfectly :
Code:
@font-face {
font-family : MyFont;
font-weight : normal;
font-style: normal;
src : url(res:///Users/david/Downloads/sample/WenQuanYiZenHei.ttf);
}
Of course, I expanded everything in
/Users/david/Downloads/sample
Tomorrow, I'll test and confirm wether it's a Windows problem or something else...
Hope this helps,
David.