Switch to Roboto Mono
This commit is contained in:
parent
26ce1cae93
commit
bd6c0d26eb
4 changed files with 15 additions and 15 deletions
|
@ -31,7 +31,7 @@ function updateSelected({ params, dispatch }) {
|
|||
}
|
||||
|
||||
function updateCharWidth() {
|
||||
const charWidth = stringWidth(' ', '16px Droid Sans Mono');
|
||||
const charWidth = stringWidth(' ', '16px Roboto Mono');
|
||||
window.messageIndent = 6 * charWidth;
|
||||
return setCharWidth(charWidth);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue