UI font (Roboto) not correctly rendering

Hello! Looking at the Luban UI it seemed strange to me that a Serif font was used all over the place.
Looking in the code throught devtools, it seems to me the font is specified incorrectly, with the single quotes wrapping all the fonts instead of only the Helvetica Neue:

Actual code

font-family: 'Roboto, Helvetica Neue';

Correct code:

font-family: 'Roboto', 'Helvetica Neue';

Is it possible this is just a CSS bug and may be corrected in a future release?

A screen with the (I think) correct font:
Screenshot_20230125_013418

1 Like

Which version of Luban?

@parachvte, for you?

It’s on 4.5.1, on Windows, I forgot to specify