El tipo de letra de mi feed de Facebook no se hereda de mi sitio 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) Si esto no resuelve el problema, intente añadir lo siguiente a su ubicación u hoja de estilos CSS personalizada preferida. Una opción es la ubicación CSS adicional por defecto que se encuentra en WordPress Dashboard > Appearance > Customize > CSS adicional.

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

Puede sustituir font-family por la fuente que utilice su tema.

Nota: también puedes configurar fuentes de Google personalizadas en tu feed siguiendo las instrucciones de esta pregunta frecuente

soporte

¿No ha encontrado la respuesta en los documentos?

Contacto

¿Le ha resultado útil este artículo?