|
|
@@ -110,11 +110,11 @@ void canvas_set_font(Canvas* canvas, Font font) {
|
|
|
furi_assert(canvas);
|
|
|
u8g2_SetFontMode(&canvas->fb, 1);
|
|
|
if(font == FontPrimary) {
|
|
|
- u8g2_SetFont(&canvas->fb, u8g2_font_helvB08_tf);
|
|
|
+ u8g2_SetFont(&canvas->fb, u8g2_font_helvB08_tr);
|
|
|
} else if(font == FontSecondary) {
|
|
|
u8g2_SetFont(&canvas->fb, u8g2_font_haxrcorp4089_tr);
|
|
|
} else if(font == FontKeyboard) {
|
|
|
- u8g2_SetFont(&canvas->fb, u8g2_font_profont11_mf);
|
|
|
+ u8g2_SetFont(&canvas->fb, u8g2_font_profont11_mr);
|
|
|
} else if(font == FontBigNumbers) {
|
|
|
u8g2_SetFont(&canvas->fb, u8g2_font_profont22_tn);
|
|
|
} else {
|