Ability to change the font right from the widget settings

Ability to change the font right in the widget settings

1 Like

Hey there @Jack_Captain_Awesome :wave:

I agree that it would be a great addition! We’ll try to consider your idea in the future updates :slightly_smiling_face:

As for now, you can use this CSS code for changing font (should be added to the Custom CSS field on the More tab):

.eapps-facebook-feed{
    font-family: Arial;
}