css - google web fonts looks different in firefox and chrome -


i use ubuntu google font on this page.

 <link href='http://fonts.googleapis.com/css?family=ubuntu:300|ubuntu+condensed&subset=latin,latin-ext' rel='stylesheet' type='text/css'> 

but have found out font-weight totally different in chrome in firefox.

chrome:

chrome version http://i.stack.imgur.com/hh2y3.png

firefox:

firefox version http://i.stack.imgur.com/on3lp.png

the funny thing until today had looked same in chrome in firefox. today font in chrome has become bolder. have no idea why.

edit: seems problem occurs in linux version of google chrome.

ok, realized few days ago installed ubuntu font system , change in renderring of chrome caused it. removed fonts system , chrome renders ubuntu before.

the behaviour buggy when using system ubuntu font. uses webfont , works expected.


Comments

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

c++ - Correct method for redrawing a layered window -

java.util.scanner - How to read and add only numbers to array from a text file -