New class added to admin-settings.css
A new class was introduced in the admin-settings.css file for better style management.
Updated Utils::get_document_kit() function
The function was updated in the inc/Utils.php file for enhancing overall functionality.
$formatted_fonts variable updated in Google Fonts class
The variable was changed from array() to [] which improves code readability within the elementor folder.
Replaced _e with esc_html__ and improved isset condition
The change was made in the html-admin-settings page under the settings view folder, enhancing code security and checking for the current tab label variable.