I am making a educational card game and want to use a specific font (due to the way schools like to have specific fonts to teach the kids because it will confuse them if there are different shapes for the same letter).
How would i package a font face with a NWJs app so that the game can use it even if they don't already have the font face installed on their computer?
Also, if this isn't doable how would I make it so that the game can detect if the user has the font face installed and change the font face used if they don't.
Thanks,
All advice appreciated.