Unfound Font in WINE - [ERROR] FATAL UNHANDLED EXCEPTION: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound]

Very possible. I just copied the command from the link above that @14nd shared:

find /usr/share -type f -name *.ttf -print0 | xargs -0 -I _ cp _ ~/.wine/drive_c/windows/Fonts/

Do I need to edit that command in some way?