Right click on the sub folder with the same name as the Project name. Select "Add New"
[image: 670f2908-2b8f-499f-a38d-305d2459beca.png] !
Select QML files, Font Loader
[image: 0ea24c10-31d0-448e-8e6f-a5516178bf2f.png] Select
Enter any name for "component name", e.g. "Comic".
For "Font" segment, browse directly to where the font is located. Click "finished"
[image: bccd31aa-cd34-4327-be6c-2b61b3ad92a2.png]
"Comic.qml" file will be create in the sub folder. Open it to see what is the source name of the font. E.g. "comic.ttf"
[image: b9d5666a-0a7e-448b-bfe6-184ca3a17a02.png]
Edit the file "Constraints.qml". Edit the line highlighted. I named it "comicFont", source name "comic.ttf"
For the subsequent 2 lines where the name "mySystemFont" is used, change it to "comicFont"
[image: 2b5ddf40-a838-4f06-bbe4-c10d3b63a555.png]
In the Designer's Text Editor tab, select a Qt text object, add the line "font.family: Constants.font.family" to it
[image: b51068cd-08b1-438c-b6d0-c58a9b8015af.png]
In Designer Form Editor tab view, your font should become "Comic Sans"
At the "Navigator, Properties" tab, under "Font", you should also see "Comic Sans MS" displayed.
But it is un-selectable in the drop down list.
[image: 95874067-44ae-4230-b077-f5a0ae516df4.png] !