Search code examples
cssfont-facewebfonts

OpenSans Semibold Normal displayed as Italic


I have problem with Open Sans font imported from Google Web Fonts. OpenSans Semibold (600) normal is suddenly on all my webpages rendered in italic. I tried force font-style to normal etc. but with same results. After changing font weight to 500 or 800 it's back to 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 it in italic. enter image description here


Solution

  • Had the same issue, it was a conflict with the Open Sans I had installed locally. Try to disable your locally installed fonts first.