css - OpenSans Semibold Normal displayed as Italic -


i have problem open sans font imported google web fonts. opensans semibold (600) normal on webpages rendered in italic. tried force font-style normal etc. same results. after changing font weight 500 or 800 it's normal style.

@font-face {     font-family: 'open sans';     font-style: normal;     font-weight: 600;     src: local('open sans semibold'), local('opensans-semibold'), url(http://fonts.gstatic.com/s/opensans/v13/mtp_ysujh_bn48vbg8snsuy5mlvxtdnkpsmpkkrdxp4.woff) format('woff'); } 

jsfiddle

even google fonts shows in italic. enter image description here

had same issue, conflict open sans had installed locally. try disable locally installed fonts first.


Comments

Popular posts from this blog

c++ - llvm function pass ReplaceInstWithInst malloc -

java.lang.NoClassDefFoundError When Creating New Android Project -

Decoding a Python 2 `tempfile` with python-future -