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'); }
had same issue, conflict open sans had installed locally. try disable locally installed fonts first.
Comments
Post a Comment