Add this code to the Custom CSS field on the Appearance tab of your FAQ widget’s settings:
.es-widget-title {
font-family: 'Lora', serif;
color: #009EE0;
font-size: 30px;
line-height: 48px;
font-weight: bold;
}
.eapps-faq-content-category-item-question-text {
font-family: 'Lora', serif;
color: #000;
font-size: 16px;
line-height: 24px;
}
.eapps-faq-content-category-item-answer-text {
font-family: 'Lora', serif;
color: #000;
font-size: 16px;
line-height: 24px;
}