Last active
August 29, 2015 14:25
-
-
Save Soft/3659e1a6b9c6e97cc0e5 to your computer and use it in GitHub Desktop.
User style for Pocket
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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