Skip to content

Instantly share code, notes, and snippets.

@goog
Created November 3, 2012 13:32
Show Gist options
  • Save goog/4007388 to your computer and use it in GitHub Desktop.
Save goog/4007388 to your computer and use it in GitHub Desktop.
@font-face {
font-family: Monaco;
src: url('https://raw.github.com/goog/goog.github.com/master/MONACO.TTF');
}
div.myinter {
background:#FFF28F;
padding: 0.5em;
border: 3px solid #E5EECC;
font-family: Monaco, Verdana, Arial, Helvetica, sans-serif;
color: #384555;
font-weight: 500;
font-size: 12pt;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment