jenkins-material-theme icon indicating copy to clipboard operation
jenkins-material-theme copied to clipboard

Console output ocasionally does not use monospace font

Open m1h4 opened this issue 7 years ago • 5 comments

Sometimes the style:

:not(div.ace_editor)

overrides the Roboto Mono font in a Console Output.

Generally the Console Output page randomly gets Roboto Mono overriden with Roboto. I have not been able to figure out an exact pattern for when this occurs yet...

m1h4 avatar Feb 28 '17 12:02 m1h4

This is especially true in Safari, for some reason. :-/

There are a lot of !important is the CSS, are they really required?

docwhat avatar Apr 14 '17 17:04 docwhat

This is extremely annoying, I find it usually is not monospaced, and only occasionally monospaced.

Jon889 avatar Nov 07 '18 13:11 Jon889

I found that the Roboto font was overriding the monospace font in the editor making it almost impossible to use. I removed the style as mentioned by @Jon889 and that fixed the problem, so I would second his vote.

scottselberg avatar Feb 04 '21 05:02 scottselberg

For me, it's correct in Chromium, but wrong in Firefox.

bbolli avatar Feb 05 '21 10:02 bbolli

Ah, just filed a new issue in #182, and I think this is actually the same issue.

bluesliverx avatar Feb 24 '21 18:02 bluesliverx