by dariubs on 7/11/16, 6:23 PM with 36 comments
by rvern on 7/11/16, 9:20 PM
I don't think allowing websites to use specific font names in CSS was ever a good idea. It would have been better to limit them to predefined family names, which would map to fonts the user could customize. In any case, this allows me not to care about the whims of website designers and to always have text in a readable font. Only one issue: one of the unfortunate trends in web design is to use web fonts for icons. Not allowing websites to specify different fonts from the default also happens to break the icons. This isn't enough of a big deal for me to disable the option, but it's an annoyance worth knowing about.
by mastax on 7/11/16, 8:48 PM
apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"
Helvetica, arial, nimbussansl, liberationsans, freesans, clean, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"
sans-serif
Seems like they're just trying to use whatever decent sans-serif font is available.by r24y on 7/11/16, 7:24 PM
Fortunately, the transition seems to have gone a bit better than Medium's: https://medium.com/design/system-shock-6b1dc6d6596f#.j5z5g5g...
by f1lt3r on 7/13/16, 2:42 PM
https://chrome.google.com/webstore/detail/the-old-github-fon...
by gnuvince on 7/12/16, 4:57 AM
by fo747 on 7/12/16, 12:37 PM
by AnonymousPlanet on 7/12/16, 9:16 AM
by misaochan on 7/12/16, 3:44 AM
by Phil_Latio on 7/11/16, 8:47 PM
by haukur on 7/12/16, 5:01 AM
by armabiz on 7/12/16, 11:01 AM
There 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.
by nathancahill on 7/12/16, 2:36 AM
by jedireza on 7/11/16, 8:44 PM
by boromi on 7/11/16, 7:30 PM
by neelkadia on 7/12/16, 6:33 AM
by ivotron on 7/21/16, 7:51 PM