AnNaMaLaI
AnNaMaLaI

Reputation: 4084

Google Fonts HTTPS issue

I have a valid SSL for my website. All pages are working fine with HTTPS. But in Home page I have included the google fonts 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

Upvotes: 1

Views: 1989

Answers (1)

AnNaMaLaI
AnNaMaLaI

Reputation: 4084

Proxima nova is a premium found. We can download from

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

Upvotes: 1

Related Questions