Compare commits

..

No commits in common. "fdcb2a9b6192664f7bce4a13d9969f84e76a7545" and "2f2ed70253b311fab1eb841b67192ad76c54873b" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
body {
font-family: 'Fira Sans', sans-serif;
font-family: 'Ubuntu', sans-serif;
text-align: center;
}
button {

View file

@ -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 => "https://fonts.googleapis.com/css?family=Fira+Sans:400,700", :type => "text/css"
link :rel => "stylesheet", :href => "http://fonts.googleapis.com/css?family=Ubuntu:400,700", :type => "text/css"
link :rel => "stylesheet", :href => "main.css", :type => "text/css"
end