直到用戶點擊網站的SSL部分,我的網站才能與Google網頁字體兼容。Google網頁字體和SSL錯誤
在這一點上,鉻會拋出部分編碼錯誤,而我的cufon菜單損失它的kerning。
我包括我的web字體與此CSS:
@font-face {
src: local('Lusitana'), url(https://themes.googleusercontent.com/static/fonts/lusitana
/v1/tAIvAkRzqMJf8Y4fM1R7PXYhjbSpvc47ee6xR_80Hnw.woff) format('woff');
}
然後我的JS控制檯給我這個錯誤:
[blocked] The page at https://domain.com/ecommerce.php ran insecure content from http://fonts.googleapis.com/css?family=Lusitana:regular,700&subset=latin .
任何想法如何,我可以得到谷歌的字體強制SSL?
我也遇到過這個問題。我已經測試過鏈接href =「// fonts.googleapis.com/css?family=Gudea」rel =「stylesheet」type =「text/css」and link href =「https://fonts.googleapis.com/ css?family = Gudea「rel =」stylesheet「type =」text/css「但問題是一樣的 – 2012-08-14 11:30:33