From 6b0a5c469e3e2b0a24d8662b53ddbfb618eb43fc Mon Sep 17 00:00:00 2001 From: Leonardo Rochael Almeida Date: Sat, 26 Jun 2021 20:46:04 -0300 Subject: [PATCH] Fix Ubuntu font CSS URL 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. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index c5e3f32..23694d6 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,7 @@ jetzt - a Speed Reader Extension for Chrome - +