Built a fresh devtools for Cent. You can run it with the following switch: --custom-devtools-frontend=c:\devtools
There are some css --webkit prefixes deprecated recently, if you find bugs please report it in pm to me.
https://workupload.com/file/dMK3CPGy6MM
It supports the usercss (chrome://settings/cbCustomCss), here's an example how to change the font.
There are some css --webkit prefixes deprecated recently, if you find bugs please report it in pm to me.
https://workupload.com/file/dMK3CPGy6MM
It supports the usercss (chrome://settings/cbCustomCss), here's an example how to change the font.
Code:
:host-context(.platform-windows) .source-code,
:host-context(.platform-windows) .monospace,
body.platform-windows .monospace,
body.platform-windows .source-code {
font-family: 'Liberation Mono' !important;
}