Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

It does happen in the search box as you say but I have been using Noto Sans for a while now on my site and it doesn't have this problem: https://kitnic.it/.


Interesting. After playing with it a bit I came to the example:

You must not have local noto fonts installed for this to work.

http://codepen.io/anon/pen/dpdOzk

Using chromium we see that:

Inheriting the font means the "bug" doesn't affect you.

Adding a class with the font only affects textareas, not inputs.

Adding the font directly affects both.

Notably the google demonstration page has the rule:

    html,input,textarea{font-family:'noto sans',arial,sans-serif}
this applies the noto bug directly to the input field.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: