Switch to Roboto Mono

This commit is contained in:
Ken-Håvard Lieng 2016-01-22 20:08:16 +01:00
parent 26ce1cae93
commit bd6c0d26eb
4 changed files with 15 additions and 15 deletions

View file

@ -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);
}