Comment 8 for bug 1322456

Revision history for this message
Olivier Tilloy (osomon) wrote :

I’m not able to reproduce the issue on device with the following test HTML page:

    <html>
     <body>
      <div style="font-family: Ubuntu">Ubuntu</div>
      <form>
       <input type="text" id="text" style="font-family: Ubuntu" placeholder="Ubuntu" />
      </form>
     </body>
    </html>

The font for the placeholder as well as the content input in the text box is correct.

I’m still unsure how that might explain what we’re seeing with the google login page though.

@all: are we seeing a similar issue on other pages/online forms?