I have a custom font named “montserrat ext 22” which I applied to a label on the third screen in my project. When the project loads, anything (widgets and screens) beyond that one fail to load. See screen shot:
removing the custom font from the label returns the behavior back to normal:
Edit: I tried another font and it worked. The font that is not working has a extended character set:
Edit: Console show a failure evaluating the font:
Edit: Changed the font name to “f1” and it’s working, so maybe something with the naming?.. will test more.
Calling the font “montext 22” seems to work also, so I believe the issue is with a long font name or a name with too many spaces.