Skip to content

Instantly share code, notes, and snippets.

@Soft
Last active August 29, 2015 14:25
Show Gist options
  • Save Soft/3659e1a6b9c6e97cc0e5 to your computer and use it in GitHub Desktop.
Save Soft/3659e1a6b9c6e97cc0e5 to your computer and use it in GitHub Desktop.
User style for Pocket
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain(getpocket.com) {
#page_reader p {
text-align: justify !important;
text-rendering: optimizelegibility;
-moz-hyphens: auto;
}
#page_reader.font-serif .reader_content * {
font-family: "EB Garamond", Crimson, Georgia, serif !important;
font-feature-settings: "kern", "liga", "dlig", "clig", "hlig", "calt";
}
#page_reader.font-serif .reader_content h1 {
font-variant: small-caps !important;
font-weight: normal !important;
}
#page_reader.font-sans .reader_content * {
font-family: "Proxima Nova", "Futura LT", "Open Sans", "Droid Sans", sans !important;
}
@media screen and (min-width: 1024px) {
.reader_content {
max-width: 900px !important;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment