Disabling Google Fonts From Loading

When using a Drag-and-drop login, registration, password reset and edit profile form, chances are it includes Google Fonts loading.

To disable Google Fonts in ProfilePress forms from loading, add the code below to your active theme’s function.php file or via the Code Snippets plugin.

add_filter('ppress_disable_google_fonts', '__return_true');

You can also open a support ticket here for further assistance.