Skip to content

Instantly share code, notes, and snippets.

@davidpadbury
Created May 20, 2011 14:50
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 davidpadbury/983066 to your computer and use it in GitHub Desktop.
Save davidpadbury/983066 to your computer and use it in GitHub Desktop.
Log styling
@media screen {
@font-face {
font-family: 'Annie Use Your Telescope';
font-style: normal;
font-weight: normal;
src: local('Annie Use Your Telescope'), local('AnnieUseYourTelescope'), url('http://themes.googleusercontent.com/font?kit=2cuiO5VmaR09C8SLGEQjGgtSTT_xyPSRqbb82lxMsRH3rGVtsTkPsbDajuO5ueQw') format('woff');
}
}
ul.log {
background-color: black;
color: green;
font: 2em 'Annie Use Your Telescope', arial, serif;
line-height: 1.5;
padding: 10px;
border: solid 1px green;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment