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

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -