Skip to content

Instantly share code, notes, and snippets.

@minitech
Created September 13, 2012 02:15
Show Gist options
  • Select an option

  • Save minitech/3711421 to your computer and use it in GitHub Desktop.

Select an option

Save minitech/3711421 to your computer and use it in GitHub Desktop.
Stroked, shadowed text!
/**
* Stroked, shadowed text!
* http://stackoverflow.com/q/12398429/707111
*/
@import url("http://fonts.googleapis.com/css?family=Londrina+Solid");
body {
background-color: #d47400;
}
h1 {
font-family: Londrina Solid;
font-size: 700%;
font-weight: normal;
margin: 0;
position: relative;
color: white;
text-shadow: 0.03em 0.03em 0 black, -1.25px 0 0 black, 1.25px 0 0 black, 0 -1.25px 0 black, 0 1.25px 0 black;
}​
<h1>Nashville hack day is November 11</h1>
{"view":"split","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