このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

Web Font Display

説明

Webfont display plugin help you to resolve pagespeed insights error : “Ensure text remains visible during webfont load”.

スクリーンショット

FAQ

How it Works?

WebFont Display plugin will find all Google Fonts and font-awsome fonts in a webpage and set its font-display to swap property in your theme.

If anyone add custom fonts using @font-face property into css file then they need to add this property into @font-face{font-display:swap;} css manually.

By default browser will wait until the Google Fonts are downloaded to display the font. This is the reason for the error ‘ensure text remains visible during webfont load’ in Google PageSpeed Insights

Luckily Google Fonts now supports setting font-display via a new query parameter. By setting font-display to swap, the browser uses the fallback font and when downloading actual font is complete, it just swaps the font!

Note: Plugin can’t add font-display: swap to dynamically (via JS) injected Google Fonts

Where can I find the settings configuration?

Just install the plugin and active it. No further configuration is needed.

How to use this plugin for custom css?

You can use below mentioned css into your @font-face{font-display:swap}.

This plugin is not working for my font-awesome
For that please check your font-awesome file is properly registered or not
For example: wp_enqueue_style( ‘font-awesome’, get_stylesheet_directory_uri() . ‘/font-awesome/css/font-awesome.min.css’, array() );

評価

1件のレビューをすべて表示

貢献者と開発者

Web Font Display はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“Web Font Display” は1ロケールに翻訳されています。 翻訳者のみなさん、翻訳へのご協力ありがとうございます。

“Web Font Display” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

1.0.0

  • Initial Release