Live data from Hacker News

Did GitHub just change its default font family to system defaults?

news.ycombinator.com

1–10 of 20 posts

Re: Did GitHub just change its default font family to system defaults?

#3
post #2

Yes, 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?

#9
post #3
post #2

Yes, 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?

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.

Re: Did GitHub just change its default font family to system defaults?

#10
post #9
post #3

Earlier 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.

Actually, now that I can try this on my machine, it does show Helvetica.
Post reply on HN