Skip to content

Instantly share code, notes, and snippets.

@christoph-frick
Created September 14, 2015 11:10
Show Gist options
  • Save christoph-frick/ce10b0bb40d23390f81d to your computer and use it in GitHub Desktop.
Save christoph-frick/ce10b0bb40d23390f81d to your computer and use it in GitHub Desktop.
stylish fix zeit.de
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("zeit.de") {
* {
font-family: "Times New Roman" !important;
letter-spacing: inherit !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment