Skip to content

Instantly share code, notes, and snippets.

@maxpelic
Created August 26, 2013 22:42
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 maxpelic/6347538 to your computer and use it in GitHub Desktop.
Save maxpelic/6347538 to your computer and use it in GitHub Desktop.
font
/**
* font
*/
@import url(http://fonts.googleapis.com/css?family=Fredoka+One);
body{
font-family:Fredoka One;
text-align:right;
padding:100px;
}
#left{
border-left:2px solid black;
float:right;
padding:5px;
}
<!-- content to be placed inside <body>…</body> -->
<p>| Man, this CSS is awesome.</p>
// alert('Hello world!');
{"view":"separate","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment