Last active
December 31, 2015 20:59
-
-
Save pmanijak/8043950 to your computer and use it in GitHub Desktop.
Custom style sheet for using Ghost on Chrome on Windows, for smoothing out the fonts.
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
.rendered-markdown, .content-preview, .markdown-help-container { | |
-webkit-text-stroke: 0.6px; | |
} | |
.content-preview h1, .markdown-help-container th { | |
-webkit-text-stroke: 0.1px; | |
} | |
.content-preview h2 { | |
-webkit-text-stroke: 0.3px; | |
} |
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
Place in '${chromeProfilePath}\User StyleSheets\Custom.css' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment