简体   繁体   English

Google字体HTTPS问题

[英]Google Fonts HTTPS issue

I have a valid SSL for my website. 我的网站有有效的SSL。 All pages are working fine with HTTPS. 所有页面都可以使用HTTPS正常工作。 But in Home page I have included the google fonts api. 但是在主页中,我包括了Google字体API。 I am trying to include the following lines 我正在尝试包括以下几行

<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Proxima+Nova" type="text/css" />

or 要么

<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Proxima+Nova" type="text/css" />

But getting error as follows We're sorry, but you do not have access to this page. 但是出现以下错误。 很抱歉,您无权访问此页面。 Thats all we know. 我们知道的就这些。 When I open the url in browser https://fonts.googleapis.com/css?family=Proxima+Nova its working fine 当我在浏览器https://fonts.googleapis.com/css?family=Proxima+Nova中打开网址时,它的工作正常

Proxima nova is a premium found. Proxima nova是一种特优品。 We can download from 我们可以从下载

http://www.marksimonson.com/fonts/view/proxima-nova http://www.marksimonson.com/fonts/view/proxima-nova

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM