我在网页上使用谷歌字体,但字体是通过 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 服务?