Skip to content

BUG - Console font is not Roboto Mono anymore #191

@ylacaute

Description

@ylacaute

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions