Bugged text on links on Windows

Hey guys. We have an issue with fonts in LINKs on Windows. We’re using BARIOL (open sans is broken aswell). When viewed on windows font is just kinda broken. One letter is bigger then other. Any ideas what might cause that or how to solve it?

We’re using some custom code for smoothing on whole project

body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

take a look at screenshot - focus on navbar and button

After user zooms in and out - its fixed :confused:

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.