Issue with Facebook Feed font on Wix website

Facebook Feed widget on Wix. Font looks like Times Roman and I can’t change it.

2 Likes

Hey there and welcome to the Community, @Ira_Heyder :waving_hand:

Unfortunately, due to the peculiarities of the Wix platform, our app supports only the most popular fonts.

However, I’m happy to say that we have two workarounds here:

  1. You can use this CSS code containing all the supported fonts. The first font that is enabled on your website will be applied to your widget right away.
<!doctype html>
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
</style>

Please add the CSS code above right after the widget’s installation code, and you are good.

  1. You can also apply any free Google font you wish to the widget.
    Here is an article that explains how you can do it - How to change the font of the widget on Wix.

Please let me know if it worked or if there’s anything else I could do for you :slightly_smiling_face:

1 Like