Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fonts will not load over SSL due to mixed content #104

Closed
razor-x opened this issue May 19, 2016 · 0 comments

Comments

Projects
None yet
1 participant
@razor-x
Copy link
Contributor

commented May 19, 2016

This line

<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300' rel='stylesheet' type='text/css'>

Should always load this over https, e.g.

<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300' rel='stylesheet' type='text/css'>

razor-x added a commit to rxfork/pdoc that referenced this issue May 19, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.