From d7abf81b0f4d2c37e8907cc2dcdb6c69b0d24c67 Mon Sep 17 00:00:00 2001 From: Darren VanBuren Date: Thu, 10 Aug 2017 18:21:39 -0700 Subject: [PATCH] Change to Mozilla's Fira font for fun --- public/main.css | 4 ++-- stargaterando.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/public/main.css b/public/main.css index ba748e8..479996e 100644 --- a/public/main.css +++ b/public/main.css @@ -1,7 +1,7 @@ body { - font-family: 'Ubuntu', sans-serif; + font-family: 'Fira Sans', sans-serif; text-align: center; } button { font-size: 20px; -} \ No newline at end of file +} diff --git a/stargaterando.rb b/stargaterando.rb index ab74c2f..cb21259 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=Ubuntu:400,700", :type => "text/css" + link :rel => "stylesheet", :href => "http://fonts.googleapis.com/css?family=Fira+Sans:400,700", :type => "text/css" link :rel => "stylesheet", :href => "main.css", :type => "text/css" end