GitHub.com font changed
21–30 of 39 posts
Re: GitHub.com font changed
#22One of the most useful options in Firefox is the checkbox "Allow pages to choose their own fonts, instead of my selections above"[1], also available as browser.display.use_document_fonts in about:config. When this is unchecked, Firefox will ignore all fonts specified by web pages and just use the much-more-likely-to-be-reasonable choice of default font you have made; and you can then disable web fonts, which will mak…
Load the page, start reading an article, scrolling as you read. Then the CSS styling kicks in, knocking you back to the top of the page, or worse -- somewhere else entirely, who knows where. So you take some time to figure out where you left off and continue reading again.
But then the font loads. And that shifts everything again. And now you're in the middle of the fourth paragraph when before you were reading the third.
Re: GitHub.com font changed
#23Re: GitHub.com font changed
#24Viewing it on OS X, it looks like they're using the San Francisco font. A little jarring if you're used to seeing the old typeface 20+ times/day, but it looks good. Fortunately, the transition seems to have gone a bit better than Medium's: https://medium.com/design/system-shock-6b1dc6d6596f#.j5z5g5g...
Re: GitHub.com font changed
#25Goddamn, I hate Roboto, it is way too fat by default.
[1] http://i.imgur.com/zfThWXP.png
Re: GitHub.com font changed
#26Looks terrible on chrome on windows arrrgg why did it have to change
Re: GitHub.com font changed
#27There is an extension to override/inject CSS for specific domains: https://addons.mozilla.org/en-US/firefox/addon/stylish/
Old styles can be grabbed from the: https://github.com/rreusser/the-old-github-font/blob/master/...
After applying the following config: http://i.imgur.com/hGffN8I.png GitHub look is back to normal.
Re: GitHub.com font changed
#28Re: GitHub.com font changed
#29Earlier quoted context omitted.
What happens when sites are using font's for images?
Then it breaks. I can deal with that -- there aren't very many sites that decide to abuse fonts that way, in any case. And who knows, maybe one day SVG will actually reliably render correctly in browsers, and people will use images when they want to display images
You can use SVG, but there is no CDN-hosted SVG sprite with 400 icons to replace things like FontAwesome or Ionicons, so you would have to find all the SVGs you wanted. Then you have the challenge of getting them the right size and position beside text in very tight spaces.
Re: GitHub.com font changed
#30Anyone know what it was previously? I'm writing a user stylesheet to change it back.
font-size: 13px;
line-height: 1.4;