Skip to content

Commit

Permalink
Add missing lv_font_montserrat_34
Browse files Browse the repository at this point in the history
if you do not mind me asking, and on matters of fonts why was Roboto changed to Montserrat when V7 was released ?
  • Loading branch information
DeonMarais64 authored Jun 20, 2020
1 parent 8dbd685 commit f9512f5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/lv_font/lv_font.h
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,10 @@ LV_FONT_DECLARE(lv_font_montserrat_30)
LV_FONT_DECLARE(lv_font_montserrat_32)
#endif

#if LV_FONT_MONTSERRAT_34
LV_FONT_DECLARE(lv_font_montserrat_34)
#endif

#if LV_FONT_MONTSERRAT_36
LV_FONT_DECLARE(lv_font_montserrat_36)
#endif
Expand Down

0 comments on commit f9512f5

Please sign in to comment.