Reviewers want theme look same before and after activating core plugin

Hi,
Reviewers want theme look same before and after activating core plugin and importing WordPress demo file. Is it necessary?
For example, after activating core plugin, font faced is ‘Playfair Display’ but without core plugin font is not facing. For which design is not matching.
And with that we can’t import font face using css as per Envato Theme Check.

Any suggestion would be appreciable.

Thanks

Hi,
You need to Properly Enqueuing Google Fonts in your themes functions.php file. don’t enqueue Google Fonts via the core plugin because when core plugin is deactivated google font not working. you must need to display all default data correctly when the core plugin is deactivated.

Search Google for How to Add Google Web Fonts in WordPress Themes the Right Way. hope you figured out this issue.

Best Regards