Skip to content

Instantly share code, notes, and snippets.

@cycleridr
Created March 14, 2016 17:35
Show Gist options
  • Save cycleridr/ed0b6fce5d4ef80cfc39 to your computer and use it in GitHub Desktop.
Save cycleridr/ed0b6fce5d4ef80cfc39 to your computer and use it in GitHub Desktop.
Untitled
<!DOCTYPE html>
<html>
<head>
<title></title>
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Tangerine">
<link rel="stylesheet" type="text/css" href='https://fonts.googleapis.com/css?family=Open+Sans:300'>
<style>
body {font-size: 48px;}
.Tangerine {font-family: 'Tangerine', serif;}
.TangerineShadow {text-shadow: 4px 4px 4px #aaa;}
.OpenSans {font-family: 'Open Sans', sans-serif;}
</style>
</head>
<body>
<div class="Tangerine">Making the Web Beautiful!</div>
<div class="Tangerine TangerineShadow">Making the Web Beautiful!</div>
<div class="OpenSans">Making the Web Beautiful!</div>
</body>
</html>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"html"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment