ds300 / jetzt

Speed reader extension for chrome
Other
485 stars 124 forks source link

Fix Ubuntu font CSS URL #173

Open leorochael opened 3 years ago

leorochael commented 3 years ago

The link was pointing to the http version of the font at:

http://fonts.googleapis.com/css?family=Ubuntu:300,500

But the site is being served from an HTTPS link at:

https://ds300.github.io/jetzt/

Some browsers were refusing to load the http link from the https site.

So change the first link above to load from https.