Sometimes the text on my webpage is disabled by a single character (in Chrome), I added a couple of images below to reproduce the problem. I can reproduce this error with the greatest success on this page: http://identity-dev.imtqy.com/id-bower/docs/
Right

Wrong

Note: "Type" becomes "Sxod", and "Kit" becomes "Jhs"
The characters seem to retain their original widths, so he likes what characters should be there.
Edit Added face font code:
@font-face{ font-family: "Proxima"; src: url('#{$font-path}/proxima-nova.eot' + '?#iefix'); src: url('#{$font-path}/proxima-nova.svg') format("svg"), url('#{$font-path}/proxima-nova.eot' + '?#iefix') format("eot"), url('#{$font-path}/proxima-nova.woff') format("woff"), url('#{$font-path}/proxima-nova.ttf') format("truetype"); font-weight: normal; font-style: none; }
tyler source share