ウェブページで Google フォントを使用していますが、フォントは http 経由で呼び出されています -
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
ページが https 経由で要求された場合、フォントは安全でないコンテンツとして識別されます。
リクエスト方法
<link href='https://fonts.googleapis.com/css
ページが https 接続を介して要求されている場合にのみ、http が要求された場合に http を提供しますか?