Skip to content

Instantly share code, notes, and snippets.

@zoffixznet
Created February 9, 2017 19:12
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 zoffixznet/0ad09a2b8d0f8e27fa27dccf15e43d7a to your computer and use it in GitHub Desktop.
Save zoffixznet/0ad09a2b8d0f8e27fa27dccf15e43d7a to your computer and use it in GitHub Desktop.
say chars Q:to/♥/
<style>
/* code gets the browser-default font
* kbd gets a slightly less common monospace font
* samp gets the hard pixelly fonts
*/
kbd { font-family: "Droid Sans Mono", "Luxi Mono", "Inconsolata", monospace }
samp { font-family: "Terminus", "Courier", "Lucida Console", monospace }
/* WHATWG HTML frowns on the use of <u> because it looks like a link,
* so we make it not look like one.
*/
u { text-decoration: none }
.nested {
margin-left: 3em;
}
// footnote things:
aside, u { opacity: 0.7 }
a[id^="fn-"]:target { background: #ff0 }
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment