Detailed font customization for all elements

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

.global-styles,
.eapps-faq-container * {
    font-family: "Lora";
    font-size: 20px;
    line-height: normal;
    font-weight: bold;
}