Change font for all elements

Add the code below to Custom CSS field on your Chat widget’s Appearance tab:

[class^="Window__Component"] {
  font-family: Arial;
}

[class^="Window__WindowComponent"] {
  font-family: Arial;
}

You’re welcome to set any other font, providing it is supported by your browser and added to your website.