0

無料のWeb Webサイト(000webhost)に切り替えたので、Googleのフォントはレンダリングされず、検索されたり試したりしませんでした。テキストを再描画するCSSコードは、 JSもフォントURLをhttpsにリンクしてみましたが、プロトコル(//)がないと何も起こりません。GoogleのフォントをレンダリングしていないChromeのバグ

<link href="https://fonts.googleapis.com/css?family=News+Cycle&subset=latin,latin-ext" rel="stylesheet" type="text/css"> 

これはChromeでのみ発生し、OperaとFirefoxでは大丈夫です。

奇妙な事実:F12でコンソールを開いてCtrl + F5を押すと、Googleフォントが大丈夫ですが、コンソールを開いてリロードするときにのみ、サイトに入ると通常は表示されません。狂ってる。ここで

は、コンソールが私をスローものだ: クローム:// serviceworker-内部/

と自分のサイトに関連して働いていたサービスの労働者を削除、

The FetchEvent for "https://fonts.gstatic.com/s/newscycle/v14/9Xe8dq6pQDsPyVH2D3tMQvk_vArhqVIZ0nv9q090hN8.woff2" resulted in a network error response: an "opaque" response was used for a request whose type is not no-cors 

The FetchEvent for "same link" resulted in a network error response: an "opaque" response was used for a request whose type is not no-cors 

The FetchEvent for "https://fonts.googleapis.com/css?family=News+Cycle&subset=latin,latin-ext" resulted in a network error response: an "opaque" response was used for a request whose type is not no-cors 

The FetchEvent for "same link" resulted in a network error response: an "opaque" response was used for a request whose type is not no-cors 
2undefined 

Failed to load resource: the server responded with a status of 404() 

Failed to load resource: net::ERR_BLOCKED_BY_CLIENT 

答えて

0

は地元の問題だった、で入力しましたこれは生産モードで起こった場合にはひどいことになります。

関連する問題