How to use LVGL Default Fonts with LVGL Editor

What do you want to achieve?

I am getting started with the LVGL Editor, and wanted to play with it, for just starting purpose I wanted to create some labels and control label properties with it. But I am not able to find a way from where I can use the LVGL inbuilt fonts

What have you tried so far?

Stripped down example projects, but they use external fonts; I want to use the LVGL library’s internal fonts.

Code to reproduce

<screen>
   <styles>
      <style name="main" text_font="montserrat_46"/>
   </styles>
   <view width="100%" height="100%">
    <lv_label style_text_font="main" text="Hello World Using LVGL Editor" align="center"/>
   </view>
</screen>

I used above code, but getting error due to the font, how to include LVGL bigger fonts.

Environment

Right now I am just using the LVGL Editor environment only.

The use of inbuilt LVGL fonts is not yet supported in the Editor aside from the default one.
For now, I would recommend adding the font to the Editor externally from the source