1
Go into Firefox
/ Preferences
/ Content
/ Fonts & Colors
/ Advanced...
and check Allow pages to choose their own fonts, instead of my selections above
.
I didn't even remember that I had this setting unchecked. I remember doing it because Google search results would always be italicized or something like that.
2
I had the same problem until I whitelisted fastly.net in NoScript. If you are using NoScript or a similar browser extension that can block third party websites, be sure to enable fastly.net because GitHub seems to have started to use this domain to distribute various assets including CSS and JavaScript code as well as some logos and perhaps the Octicons font they use for icons.
This solved my problem, but it wasn't fastly.net it was GitHub itself being blocked. – Josh – 2015-01-25T10:08:45.723
I am not using NoScript, any other suggestions? – NobleUplift – 2013-09-03T19:48:54.487
Go to
about:config
and check ifgfx.downloadable_fonts.enabled
is set tofalse
. You seem to be having an issue with webfonts, I guess. – Der Hochstapler – 2013-07-08T09:48:37.410On second thought, your normal text isn't rendered properly as well. The font for those labels should be sans-serif. – Der Hochstapler – 2013-07-08T09:50:01.790
Changing the boolean made no difference. – NobleUplift – 2013-07-08T16:51:34.150
Any other guesses? – NobleUplift – 2013-09-03T19:49:27.863