Skip to content

Instantly share code, notes, and snippets.

@erik
Created July 1, 2011 00:05
Show Gist options
  • Save erik/1057592 to your computer and use it in GitHub Desktop.
Save erik/1057592 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Cabin+Sketch:bold&amp;v1">
<title>OMGWTF</title>
<style type="text/css">
h1 {
font-size: 480px;
font-family: "Cabin Sketch", arial, sans-serif;
text-shadow: 5px 5px 5px #aaa;
}
</style>
</head>
<body>
<h1>OMGWTF</h1>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment