The material theme do not use Roboto Mono anymore for the console (as the result it breaks my beautiful ascii arts haha)
The problem comes from here :
:not(div.ace_editor) {
font-family: Roboto,sans-serif !important;
outline: 0;
}
If we remove !important, it is working
If we replace Roboto by Roboto Mono, it is working
I did'nt tested in a real Jenkins, but I think Roboto should be Roboto Mono, => PR 190
The material theme do not use Roboto Mono anymore for the console (as the result it breaks my beautiful ascii arts haha)
The problem comes from here :
If we remove !important, it is working
If we replace Roboto by Roboto Mono, it is working
I did'nt tested in a real Jenkins, but I think Roboto should be Roboto Mono, => PR 190