Hacker News new | ask | show | jobs
by wyck 4366 days ago
The docs are not readable on windows chrome, many people make this mistake it's uncanny, last week Google did this when they launched their new webdev tools.

You can try and load the svg version of the font first for chrome, you can do this via a chrome only media query, for example: https://gist.github.com/wycks/42e88a4a6e034863584c

If that doesn't work you can try a .htaccess rule. If that doesn't work you need to re-render your fonts.

Make sure to test in all browsers when you make a change because it might suddenly work in chrome then break in ie.