私のTwitterフィードのフォントは、私のウェブサイトから継承されていない

By default, your Twitter 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-twitter-feeds feed=1]</code>. If it is, then remove them.

2) それでも問題が解決しない場合は、プラグインのカスタムCSSセクション(Twitter Feed > Settings > Feeds > Custom CSS)に以下を追加してみてください:

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

font-familyは、あなたのテーマが使用しているフォントで置き換えることができます。

注: このFAQの指示に従って、フィードにカスタムGoogleフォントを設定することもできます。

サポート

ドキュメントに答えが見つからない?

サポート

この記事は役に立ちましたか?