Change font (floating)

Add this code to the Custom CSS field on the Style tab of your Search widget’s settings:

[class^='FloatingButton__Container-sc'],
[class^='Popup__Container-sc'],
input::placeholder,
input {
  font-family: Arial;
}

You are welcome to use any other font providing it’s supported by your browser and added to your website.