belluzj / fantasque-sans

A font family with a great monospaced variant for programmers.
http://openfontlibrary.org/en/font/fantasque-sans-mono
SIL Open Font License 1.1
6.98k stars 154 forks source link

Bold equals sign looks like a dash at size 14 #75

Open KarolS opened 8 years ago

KarolS commented 8 years ago

I'm using IntelliJ IDEA on Windows and Linux, Fantasque Sans Mono 1.7.1 at size 14.

A bold equals sign looks like a dash, one of the strokes becomes invisible:

return {
    restrict: 'A',
    scope: {
        chart: '='
    },