Nice, one thing you may have a problem with is the font you are using, its not a windows font so users probably wont have it on there computer

the program will just replace it with Arial or something:
To stop this release the set up not the .exe (but people hate that) or use this code its not the best but I am in a hurry lol you can edit it to make it better.
Dim fontfile As FileInfo = New FileInfo("C:\Windows\Fonts\THE FONT FILE NAME AND EXTENSION HERE)
If fontfile.Exists Then
'nothing
Else
process.start "
https://www.AND THE WEBSITE OR LINK TO DOWNLOAD THE FONT" or you could write a code to download the font then put in the the font in the correct directory i dont have time so i just added a msgbox to tell the user to do it
msgbox "Once the font has downloaded please extract it and place it in the fonts directory.
process.start "C:\Windows\Fonts\"
End If
I hope this helped