Skip to content

Instantly share code, notes, and snippets.

@Archie22is
Created April 10, 2014 00:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Archie22is/10331912 to your computer and use it in GitHub Desktop.
Save Archie22is/10331912 to your computer and use it in GitHub Desktop.
Import / Call Web fonts from Google directly from your CSS
/* Web Fonts @import */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,800italic,400,800);
@import url(http://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment