Compare commits
2 commits
2f2ed70253
...
fdcb2a9b61
Author | SHA1 | Date | |
---|---|---|---|
fdcb2a9b61 | |||
d7abf81b0f |
2 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
body {
|
body {
|
||||||
font-family: 'Ubuntu', sans-serif;
|
font-family: 'Fira Sans', sans-serif;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
button {
|
button {
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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=Ubuntu: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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue