Change font of all elements

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

.eapps-faq {
  font-family: Roboto !important;
}

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