How to increase font size of 'lv_font_montserrat' font above 48?

Hello,

I want to use bigger font size of ‘lv_font_montserrat’ font. In the LVGL library, max. available font size of that font is 48 (i.e. lv_font_montserrat_48).
What is the procedure to increase font size of ‘lv_font_montserrat’?

Regards,
Suhel.

you can get the montserrat font and manually convert with the font conversion tool to the needed size and add the header file in your source and compile :slightly_smiling_face:

1 Like