Skip to content

Instantly share code, notes, and snippets.

@Sitebase
Created February 2, 2016 13:31
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 Sitebase/8769585ac663c87f63e6 to your computer and use it in GitHub Desktop.
Save Sitebase/8769585ac663c87f63e6 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8">
<link href='https://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css'>
<style>
body{
font-family: 'Lobster', cursive;
font-weight:normal;
font-size:3em;
}
</style>
</head>
<body>
Where did my font go?
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment