c_menu::get().esp_name = io.Fonts->AddFontFromFileTTF("C:\\Windows\\Fonts\\verdana.ttf", 12.0f, NULL, ranges);
c_menu::get().esp_weapon = io.Fonts->AddFontFromMemoryTTF((void*)weapons_font, sizeof(weapons_font), 15, &font_config, io.Fonts->GetGlyphRangesDefault());
c_menu::get().smallest_pixel = io.Fonts->AddFontFromFileTTF("C:\\Windows\\Fonts\\verdana.ttf", 12.0f, NULL, ranges);
c_menu::get().name = io.Fonts->AddFontFromFileTTF("C:\\Windows\\Fonts\\verdana.ttf", 38.0f, NULL, ranges);
c_menu::get().isis = io.Fonts->AddFontFromFileTTF("C:\\Windows\\Fonts\\verdana.ttf", 21.0f, NULL, ranges);
c_menu::get().icon_font = io.Fonts->AddFontFromMemoryTTF((void*)Icons, sizeof(Icons), 40, &font_config, io.Fonts->GetGlyphRangesDefault());
c_menu::get().weapon_icons = io.Fonts->AddFontFromMemoryTTF((void*)weapons_font, sizeof(weapons_font), 18, &font_config, io.Fonts->GetGlyphRangesDefault());
c_menu::get().weapon_icons2 = io.Fonts->AddFontFromMemoryTTF((void*)weapons_font, sizeof(weapons_font), 20, &font_config, io.Fonts->GetGlyphRangesDefault());
c_menu::get().font = io.Fonts->AddFontFromFileTTF("C:\\Windows\\Fonts\\verdana.ttf", 13.0f, NULL, ranges);
c_menu::get().interfaces = io.Fonts->AddFontFromMemoryTTF((void*)interfaces, sizeof(interfaces) ,15.f * 1.25, &font_config, ranges);
c_menu::get().timersz = io.Fonts->AddFontFromMemoryTTF((void*)timers, sizeof(timers), 20, &font_config, ranges);