From bf0616ba323c39820a959220b40a036ff8980191 Mon Sep 17 00:00:00 2001 From: misund Date: Thu, 26 Apr 2018 12:53:38 +0200 Subject: [PATCH] fix: Load Fira Mono font in Hopscotch theme over HTTPS --- themes/prism-hopscotch.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/prism-hopscotch.css b/themes/prism-hopscotch.css index f93a180..54da4d6 100644 --- a/themes/prism-hopscotch.css +++ b/themes/prism-hopscotch.css @@ -1,4 +1,4 @@ -@import url(http://fonts.googleapis.com/css?family=Fira+Mono); +@import url(https://fonts.googleapis.com/css?family=Fira+Mono); /* * Hopscotch * by Jan T. Sott