Skip to content

Instantly share code, notes, and snippets.

@vdite
Created September 9, 2013 10:06
Show Gist options
  • Save vdite/6493747 to your computer and use it in GitHub Desktop.
Save vdite/6493747 to your computer and use it in GitHub Desktop.
manual loading Google Webfont
@font-face {
font-family: 'Fjalla One';
font-style: normal;
font-weight: 400;
src: local('Fjalla One'), local('FjallaOne-Regular'), url(http://themes.googleusercontent.com/static/fonts/fjallaone/
v1/rxxXUYj4oZ6Q5oDJFtEd6r3hpw3pgy2gAi-Ip7WPMi0.woff) format('woff');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(http://themes.googleusercontent.com/static/fonts/opensans/
v6/MTP_ySUJH_bn48VBG8sNSqRDOzjiPcYnFooOUGCOsRk.woff) format('woff');
}
...
...
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment