Uh oh!
There was an error while loading. Please reload this page.
A small set of design changes - #33
Conversation
There was a problem hiding this comment.
Hmmmm, I think some base styles were lost from io.js here.
I suggest:
html-webkit-font-smoothingantialiased-moz-osx-font-smoothinggrayscale-webkit-font-variant-ligaturesnonefont-variant-ligaturesnonePlease remove text-rendering optimizeLegibility for text that isn't fairly large. It is very slow and can negatively impact page load times.
There was a problem hiding this comment.
Yeah I didnt copy everything, was just a couple of base additions. I'll move the text rendering to headers only.
fhemberger
commented
Aug 28, 2015
Closing this:
|
Fishrock123
commented
Aug 28, 2015
I think you will find a good amount people who disagree with that... is the text we are using currently too small? |
fhemberger
commented
Aug 28, 2015
mikeal
commented
Aug 28, 2015
what if we increase the default weight and do |
Fishrock123
commented
Aug 28, 2015
Yeah I was going to suggest something like this so that we can use the below, like io.js: html-webkit-font-smoothingantialiased-moz-osx-font-smoothinggrayscale-webkit-font-variant-ligaturesnonefont-variant-ligaturesnoneGenerally you'll end up with more balanced text after that from my understanding. |
fhemberger
commented
Aug 28, 2015
I'm fine with trying a different weight, let's see how it turns out. With autoprefixer in the build pipeline, we should be able to drop any custom prefixes. Is there a reason to drop ligatures? |


Here's a small group of changes that improves readability across the site, I'll wait with doing more until I know it's needed right now. Would love to help out.