Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Font smoothing #127

Closed
ptbrowne opened this issue Jun 1, 2017 · 0 comments
Closed

Font smoothing #127

ptbrowne opened this issue Jun 1, 2017 · 0 comments
Assignees

Comments

@ptbrowne
Copy link
Contributor

ptbrowne commented Jun 1, 2017

I think it would be good to add that to the default styles.

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

2017-06-01 10_10_38

To be clear : when the font is bolder (and ugly), font-smoothing is not active.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants