Index: firmware/drivers/lcd-remote-2bit-vi.c
===================================================================
--- firmware/drivers/lcd-remote-2bit-vi.c.orig
+++ firmware/drivers/lcd-remote-2bit-vi.c
@@ -842,1 +842,1 @@ static void lcd_remote_putsxyofs(int x,
         const unsigned char *bits;

         /* get proportional width and glyph bits */
-        width = font_get_width(pf, ch);
+        width = font_get_width(pf, ch, curfont);

         if (ofs > width)
         {
@@ -850,2 +850,2 @@ static void lcd_remote_putsxyofs(int x,
             continue;
         }

-        bits = font_get_bits(pf, ch);
+        bits = font_get_bits(pf, ch, curfont);

         lcd_remote_mono_bitmap_part(bits, ofs, 0, width, x, y, width - ofs,
                                     pf->height);
