You are not logged in.

#1 2021-04-24 07:32:55

linerman
Member
Registered: 2021-02-16
Posts: 81

[SOLVED] Github default display font

Hi,

Few days ago, I have noticed that github page display ugly font in my firefox browser.
When I unchecked in firefox preference "let webpages use different fonts that set here", everything is fine.
(But then on some other webpages fonts look strange for me.)

I assume it means that I have not got some fonts installed which github uses as default. So when I unchecked that preference option, browser uses my own hard-set fonts.

How to check which font I am missing, just to revert to default settings?

Last edited by linerman (2021-04-24 08:33:08)

Offline

#2 2021-04-24 07:46:39

seth
Member
Registered: 2012-09-03
Posts: 56,681

Re: [SOLVED] Github default display font

Ugly is in the eye of the beholder…
Using the webinspector that is in every browser, one can see that github uses

SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;

for code (assuming that's what you're talking about, because "github page display ugly font" is pretty much the opposite of specific…) so if you have none of the named fonts, it ends up usign your default monospace font (which you can override in the browser against the system)

Offline

#3 2021-04-24 08:32:54

linerman
Member
Registered: 2021-02-16
Posts: 81

Re: [SOLVED] Github default display font

seth wrote:

Ugly is in the eye of the beholder…

smile Correct, de gustibus non disputandum est.
Anyway, I used webinspector and installed missing fonts.
That was easy. Thanx as usual seth!

Last edited by linerman (2021-04-24 08:33:26)

Offline

Board footer

Powered by FluxBB