03-05-2024, 11:53 AM
(03-05-2024, 09:27 AM)New Line Wrote: The font in the settings has become dimmer, in the old version the font was bolder and easier to read
Previously it had a custom font embedded in, now it respects the system settings. But you can define your own font using the custom css under chrome://settings/cbCustomCss with the following content:
Code:
body>settings-ui {
font-family: 'Roboto';
}