O tipo de letra do meu feed do Facebook não é herdado do meu sítio Web

By default your Facebook feed should inherit the font from your website. If this isn’t the case then it’s possible that something in the theme is preventing this from happening. An issue that we’ve run into before is that <code> tags are added into the plugin HTML by either the theme, another plugin, or perhaps even the shortcode being wrapped in code tags in your page editor. To fix this;

1) First – go to your page editor, click on the ‘Text’ tab in the top right of the editor box, and check whether the shortcode is being wrapped in <code>, like so: <code>[custom-facebook-feed]</code>. If it is, then remove them.

2) Se isso não resolver o problema, tente adicionar o seguinte ao seu local de CSS personalizado ou folha de estilo preferido. Uma opção é o local CSS adicional padrão encontrado no Painel de controle do WordPress > Aparência > Personalizar > CSS adicional.

#cff code { font-family: sans-serif; }

Pode substituir a font-family por qualquer tipo de letra que o seu tema esteja a utilizar.

Nota: também pode definir tipos de letra personalizados do Google no seu feed seguindo as instruções nesta FAQ

apoio

Não encontrou a sua resposta nos documentos?

Apoio ao contacto

Este artigo foi útil?