Skip to content

Conversation

MichaelCurrin
Copy link

This is a fix to adjust fonts from http to https

HTTP

When visiting the site here, this not an issue.

http://cooervo.github.io/Algorithms-DataStructures-BigONotation/

But that is also only HTTP.

HTTPS

You can also visit HTTPS - this will give better ranking on search engines and adds trust for visitors esp if any data was shared.

https://cooervo.github.io/Algorithms-DataStructures-BigONotation/

The fonts don't load though.

Check the JS log and you'll see an error

Blocked loading mixed active content “http://fonts.googleapis.com/css?family=Open+Sans:800|Titillium+Web:400,600,700,900”

Mixed is because the external URL is http but the current page is https.

So I made them all https.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant