diff --git a/Lib/fontbakery/checks/vendorspecific/googlefonts/conditions.py b/Lib/fontbakery/checks/vendorspecific/googlefonts/conditions.py index 6f502e0534..32dc6b5fea 100644 --- a/Lib/fontbakery/checks/vendorspecific/googlefonts/conditions.py +++ b/Lib/fontbakery/checks/vendorspecific/googlefonts/conditions.py @@ -483,7 +483,7 @@ def production_metadata(context): import requests - meta_url = "http://fonts.google.com/metadata/fonts" + meta_url = "https://fonts.google.com/metadata/fonts" return requests.get(meta_url, timeout=context.config.get("timeout")).json()