Skip to content

Instantly share code, notes, and snippets.

@maxhoffmann
Created December 19, 2012 14:54
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 maxhoffmann/4337200 to your computer and use it in GitHub Desktop.
Save maxhoffmann/4337200 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
.segoe {
font-family: "Segoe UI", sans-serif;
}
h1 {
font-family: sans-serif;
}
.arial {
font-family: Arial, sans-serif;
}
<h1 class="segoe">The quick brown fox jumps over the</h1>
<h1>The quick brown fox jumps over the</h1>
<h1 class="arial">The quick brown fox jumps over the</h1>
// 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