From fdcb2a9b6192664f7bce4a13d9969f84e76a7545 Mon Sep 17 00:00:00 2001 From: Darren VanBuren Date: Thu, 10 Aug 2017 18:24:10 -0700 Subject: [PATCH] Swap to HTTPS for font, missed that I had that in production version --- stargaterando.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stargaterando.rb b/stargaterando.rb index cb21259..a44fa95 100644 --- a/stargaterando.rb +++ b/stargaterando.rb @@ -111,7 +111,7 @@ module StargateRando::Views head do title { "Stargate Episode Randomizer" } meta :name => "viewport", :content => "width=device-width, user-scalable=no" - link :rel => "stylesheet", :href => "http://fonts.googleapis.com/css?family=Fira+Sans:400,700", :type => "text/css" + link :rel => "stylesheet", :href => "https://fonts.googleapis.com/css?family=Fira+Sans:400,700", :type => "text/css" link :rel => "stylesheet", :href => "main.css", :type => "text/css" end