Console node error bitmap_font\\consolas.fnt not found
Created by: gerroon
Blender 2.91 Windows x64,
Adding the console node and plugging values throws this error.
File "C:\Users\USER\AppData\Roaming\Blender Foundation\Blender\2.91\scripts\addons\sverchok\nodes\viz\console_node.py", line 341, in get_fnt_lookup
lookup_dict_data['fnt'] = get_lookup_dict(get_font_fnt_location())
File "C:\Users\USER\AppData\Roaming\Blender Foundation\Blender\2.91\scripts\addons\sverchok\utils\sv_font_xml_parser.py", line 32, in get_lookup_dict
tree, root = get_xml(r"C:\Users\zeffi\Desktop\GITHUB\sverchok\utils\modules\bitmap_font\consolas.fnt")
File "C:\Users\USER\AppData\Roaming\Blender Foundation\Blender\2.91\scripts\addons\sverchok\utils\sv_font_xml_parser.py", line 12, in get_xml
tree = ET.parse(path)
File "C:\BLENDER_RELEASE\2.91\python\lib\xml\etree\ElementTree.py", line 1197, in parse
tree.parse(source, parser)
File "C:\BLENDER_RELEASE\2.91\python\lib\xml\etree\ElementTree.py", line 587, in parse
source = open(source, "rb")
FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\zeffi\\Desktop\\GITHUB\\sverchok\\utils\\modules\\bitmap_font\\consolas.fnt'