Are there any tools out there that can generate a static version based of an existing variable font (an .otf or .ttf)? Something like this:
Where this would produce a non-variable, static font with axes "wgth" set to 150, and "abcd" to 876?
$ staticize --wgth=150 --abcd=876 varfont.ttf
Where this would produce a non-variable, static font with axes "wgth" set to 150, and "abcd" to 876?