The new code checks for a config.ini file in the Skin's folder. Then it checks for a "Font_Paths" section where it replaces the default fonts with the names of the new fonts listed in the Config. You will have to add the desired fonts to the truetype folder within the skin folder and update the config to match the fonts you have added. If you remove the existing fonts in that folder, the launcher will not load if there is a problem with the config file.
Note that the system-wide font name variables do not change, but their referenced file does.
The new Config file would look something like this:
[Font_Paths]
varela = Roboto-Black
veramono = Roboto-Regular
noto = Roboto-Bold
notocjk = Roboto-Light
[Colors]
High = #f0ffff
Text = #ffffff
ReadOnlyText = #ffffff
Front = #614f7d
URL = #f0ffff
Line = #614f7d
TitleBg = #111013
Active = #ff70ba
Disabled = #e6e6ff
White = #111013
Black = #614f7d