Die Schriftart in meinem Facebook-Feed ist nicht von meiner Website übernommen worden

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) Wenn das Problem dadurch nicht gelöst wird, fügen Sie Folgendes zu Ihrem bevorzugten benutzerdefinierten CSS-Speicherort oder Stylesheet hinzu. Eine Möglichkeit ist der standardmäßige zusätzliche CSS-Speicherort, den Sie unter WordPress-Dashboard > Darstellung > Anpassen > Zusätzliches CSS.

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

Sie können die font-family durch die Schriftart ersetzen, die Ihr Thema verwendet.

Hinweis: Sie können auch benutzerdefinierte Google-Schriftarten für Ihren Feed festlegen, indem Sie die Anweisungen in dieser FAQ befolgen

Unterstützung

Konnten Sie die Antwort nicht in den Dokumenten finden?

Kontakt zum Support

War dieser Artikel hilfreich?