How I extracted Wiz ’n’ Liz font

Wiz 'n' Liz single player options

Extract the letters as GIF images

Using Gimp:

Convert those GIF letters to SVG

Use Pixels.svg to converts the GIF to SVG files. Those files are not directly usable, you need to follow Fontello recommendations on how to prepare images using Inkscape.

Using Inkscape:

Create the font using the SVG letters

Create a .svgtofontrc file with the following content:

{
  "fontName": "wiznliz",
  "css": false,
  "startUnicode": "0x41"
}

Run the following command:

npx svgtofont --sources ./svg --output ./font

Enjoy

The result can be checked out on my Wiz ’n’ Liz fansite.