Skip to content

Instantly share code, notes, and snippets.

@roachhd
Last active August 29, 2015 14:09
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 roachhd/ba9873c012c0866d913b to your computer and use it in GitHub Desktop.
Save roachhd/ba9873c012c0866d913b to your computer and use it in GitHub Desktop.
Beautiful Edge Type - Best webfonts by Adobe (free web fonts, no account) powered by Typekut (paid/ account required)

#Beautiful Edge Type

Best webfonts by Adobe (free web fonts, no account)

powered by Typekut (paid/ account required)

<html>
<head>
<!-- include LATO web font -->
<script src="//use.edgefonts.net/lato:n1,i1,n3,i3,n4,i4,n7,i7,n9,i9:all.js"></script>
<style>
body {
background-color; grey;
h1 {
font-family: lato, sans-serif;
font-weight: 900;
font-style: normal;
color: purple;
}
p {
font-family: lato, sans-serif;
font-weight: 300;
font-style: normal;
color: red;
}
</style>
</head>
<body>
<h1>Beautopia</h1>
<p>
Hey, what kind of coffee do you want? Hazelnut! Hazelnut! What if your name was Zelnut?
And then I would be all like Hey, Zelnut. Thats terrible. Hey, Zelnut. Stop!
</p>
<ul>
<li>That was awesome.</li>
<li>See, Jake. We can trust Susan.</li>
<li>Shes on the trolley.</li>
<li>Keeps looking for Lubglubs.</li>
</ul>
<p>
You hear that? Yeah.Finn and Susan Strong! Finn, help Susan. Of course I will.
Excuse us for a moment, Strong. Dude, you know youre my bro, but that girl is
bad news.
</p>
<ol>
<li>What? Naw.</li>
<li>Shes crazy, man. Shes a fish person!</li>
<li>We dont know that!</li>
</ol>
<h2>Dude, she tried to eat Peppermint Butler!</h2>
<p>
Shed probably be worse if she was so scared of everything. Whatever, look she needs my help.
And Im gonna help her whether youre coming with me or not. Oh, Im coming with you if only to
be disruptive and obnoxious! Susan, what can we do?
</p>
<h3>I need your hero heart and your magic.</h3>
<p>
My magic? Magic of red flower. Fish people. Long ago, my people live in Beautopia. But driven
out by Glubs Glubs. We come here. We too scared to fight back. This why we need your hero heart.
Hyoomans! Ill be back!
</p>
<h4>Fish People!</h4>
<p>
Ill be, um, a dolphin! Come on, we swim there. No, you dont understand. Im not a fish person.
Im human. We go. Grrr... What? Hey, hey. What? You no gills. We take boat.
</p>
<p>
So where we headed, Susan? There. Oh, no. Oh, no. No, no, no! No, Susan, no!
</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment