How to change the font on the White Label

To change the font of your Travelpayouts White Label:

1. Open the White Label settings in your Travelpatyouts account.

2. Open the Sections tab.

3. At the top of the code block Site header, place the following 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>

font_en.png

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.