1

HTTPS ページで Google フォントを使用しているのに、Chrome で「安全でないスクリプト」のように扱われる場合。

この問題を回避する方法はありますか?

私はこれを取得しています:

http://snag.gy/9FAx3.jpg

そして、私は@importそれをインポートするために使用しています。

4

1 に答える 1

2

Use https or simply leave the protocol off in the href. For example:

<link href='//fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
于 2014-10-11T21:35:11.770 に答える