By default, Trust Badges use additional fonts such as "Roboto" and "Open Sans". The time that it takes to load these fonts is negligible and does not make much difference for website speed. However, if you would like to further optimize page load speed, it is possible to disable the additional fonts and use system fonts instead.


To disable the additional fonts, please include a custom CSS snippet to your WordPress theme configuration as explained below:


1. Click on "Customize" button in the toolbar of your WordPress website



2. Click on "Additional CSS" button in the customization menu of your theme



3. Add the following CSS snippet to the Additional CSS field:


.cr-badge {font-family: sans-serif !important;}


Here, you can replace "sans-serif" with any other font family that you are using on your website.



4. Publish the changes and refresh the page. The additional fonts should not be loaded anymore.


This is it! We hope that this article was helpful. If you have any questions about the plugin, please don't hesitate to post them on our support forum or submit a ticket to our support team (available for customers with Pro licenses).