Skip to content

Instantly share code, notes, and snippets.

@gferreira
Last active September 27, 2016 23:26
Show Gist options
  • Save gferreira/739a358bdefaf4e2867fb5c6e41aaf04 to your computer and use it in GitHub Desktop.
Save gferreira/739a358bdefaf4e2867fb5c6e41aaf04 to your computer and use it in GitHub Desktop.
css tweak for the OpenType spec (for use with stylish)
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix("http://www.microsoft.com/typography/otspec/"), url-prefix("https://www.microsoft.com/typography/otspec/") {
body { width: 40em; padding: 1em 4em; }
p { font-size: 16px; line-height: 1.4em; margin: 1em 0; }
code, pre { font-family: "Menlo"; }
td { padding: 1em; }
table.gray { width: 40em; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment