Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] Google font not working in Chrome and Safari Reply To: Google font not working in Chrome and Safari

#150207
Paulie_D
Member

Perhaps it’s this.

@font-face {
  font-family: 'Special Elite';
  font-style: normal;
  font-weight: 400;
  src: local('Special Elite'), local('SpecialElite-Regular'), url(http://themes.googleusercontent.com/static/fonts/specialelite/v3/9-wW4zu3WNoD5Fjka35Jm_n8qdNnd5eCmWXua5W-n7c.woff) format('woff');
}

Are you actually hosting these font’s locally? If not what is the point of the ‘local’ code?