Chrome: Webfont is disabled by 1 character, but only sometimes

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

To the right

Wrong

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; } 
+5
source share
1 answer

try selecting 'a' and applying the letter-spacing: 1pt

-1
source

All Articles