To change the White Label font, open its settings and follow this guide.
To change the font of your Travelpayouts White Label:
1. Open the White Label settings in your Travelpayouts account.
2. You can change the font using one of the following ways:
- insert the code (you can find the code below) at the top of the Site header section:
- insert the code in the Styles tab in the Customize CSS Styles section.
The second option is more convenient because you will be able to keep all styles in one place and the Sections tab will not be overloaded with code.
The code:
<style type='text/css'>
body, .mewtwo-modal, .mewtwo-widget, .TPWL-widget, .mewtwo-tabs-tabs_list__item span, .mewtwo-widget span, .mewtwo-placeholder-label {
font-family: Arial,sans-serif !important;
}
</style>
4. Specify the font you want to use on the site in the font family parameter.
Please note! If you have selected several languages, then the code must be added for each language.