Skip to content

Instantly share code, notes, and snippets.

@pmanijak
Last active December 31, 2015 20:59
Show Gist options
  • Save pmanijak/8043950 to your computer and use it in GitHub Desktop.
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.
.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;
}
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