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