Swap to HTTPS for font, missed that I had that in production version

This commit is contained in:
Darren VanBuren 2017-08-10 18:24:10 -07:00
parent d7abf81b0f
commit fdcb2a9b61

View file

@ -111,7 +111,7 @@ module StargateRando::Views
head do head do
title { "Stargate Episode Randomizer" } title { "Stargate Episode Randomizer" }
meta :name => "viewport", :content => "width=device-width, user-scalable=no" 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" link :rel => "stylesheet", :href => "main.css", :type => "text/css"
end end