diff --git a/apps/txtreader/app.js b/apps/txtreader/app.js index 94ac8a090..99ad48bcb 100644 --- a/apps/txtreader/app.js +++ b/apps/txtreader/app.js @@ -90,9 +90,9 @@ function onFileSelected(file) { let char_w = 6; g.clear(); if (!big) { - g.setFont("6x8", 1); + g.setFont("6x15", 1); } else { - g.setFont("6x15", 2); + g.setFont("12x20", 1); } char_h = g.getFontHeight(); char_w = g.stringWidth("w");