Live data from Hacker News

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

news.ycombinator.com

11–20 of 20 posts

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

#12
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";

System default would be leaving the font family unspecified, no?

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

#16
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";

That answers my questions.

I thought I was on a phishing site!!

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

#19
Add this to 'Stylish'

body, .intgrs-page .main-content, .blog-content, .migration-wrapper, .migrate-owners-wrapper, .setup-wrapper, .showcase-page-title, .tooltipped::after { font-family: Helvetica, arial, nimbussansl, liberationsans, freesans, clean, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important; }

.markdown-body { font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, freesans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important; }

body { font-size: 13px !important; line-height: 1.4 !important; }

.blob-code { line-height: 1.4 !important; }

Post reply on HN