Did GitHub just change its default font family to system defaults?
1–10 of 20 posts
Re: Did GitHub just change its default font family to system defaults?
#2 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";Re: Did GitHub just change its default font family to system defaults?
#3Yes, the new font-family is now: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
Re: Did GitHub just change its default font family to system defaults?
#4Related discussion: https://news.ycombinator.com/item?id=12073109
Re: Did GitHub just change its default font family to system defaults?
#5Re: Did GitHub just change its default font family to system defaults?
#6Re: Did GitHub just change its default font family to system defaults?
#7Re: Did GitHub just change its default font family to system defaults?
#8Re: Did GitHub just change its default font family to system defaults?
#9Yes, the new font-family is now: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
If I'm running OS X pre-El Capitan, will `-apple-system` and `BlinkMacSystemFont` resolve to Helvetica, or will I end up seeing Roboto and Segoe UI if I have either installed?
Re: Did GitHub just change its default font family to system defaults?
#10Earlier quoted context omitted.
If I'm running OS X pre-El Capitan, will `-apple-system` and `BlinkMacSystemFont` resolve to Helvetica, or will I end up seeing Roboto and Segoe UI if I have either installed?
You will end up seeing Segoe UI, if that isn't installed you'll see Roboto, if that isn't installed you'll see Helvetica and so on.