diff --git a/assets/stylesheets/template/IndustryW00-Medium.css b/assets/stylesheets/template/IndustryW00-Medium.css
new file mode 100644
index 0000000..df9658d
--- /dev/null
+++ b/assets/stylesheets/template/IndustryW00-Medium.css
@@ -0,0 +1,15 @@
+/*
+ www.OnlineWebFonts.Com
+ You must credit the author Copy this link on your web
+
+ OR
+ oNline Web Fonts
+*/
+@font-face {font-family: "IndustryW00-Medium";
+ src: url("https://db.onlinewebfonts.com/t/b8e20323f8f36e06f87745c93c45afcd.eot"); /* IE9*/
+ src: url("https://db.onlinewebfonts.com/t/b8e20323f8f36e06f87745c93c45afcd.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
+ url("https://db.onlinewebfonts.com/t/b8e20323f8f36e06f87745c93c45afcd.woff2") format("woff2"), /* chrome firefox */
+ url("https://db.onlinewebfonts.com/t/b8e20323f8f36e06f87745c93c45afcd.woff") format("woff"), /* chrome firefox */
+ url("https://db.onlinewebfonts.com/t/b8e20323f8f36e06f87745c93c45afcd.ttf") format("truetype"), /* chrome firefox opera Safari, Android, iOS 4.2+*/
+ url("https://db.onlinewebfonts.com/t/b8e20323f8f36e06f87745c93c45afcd.svg#IndustryW00-Medium") format("svg"); /* iOS 4.1- */
+}
diff --git a/assets/stylesheets/template/template.scss b/assets/stylesheets/template/template.scss
index 607cf7e..dd418fa 100644
--- a/assets/stylesheets/template/template.scss
+++ b/assets/stylesheets/template/template.scss
@@ -1,4 +1,4 @@
-@import url("http://fonts.googleapis.com/css?family=Droid+Sans:400,700");
+@import url("https://fonts.googleapis.com/css?family=Droid+Sans:400,700");
// Base
@import "base/orbitbar-override";
diff --git a/home/index.html.erb b/home/index.html.erb
index 5da2366..1e5a49a 100644
--- a/home/index.html.erb
+++ b/home/index.html.erb
@@ -2,7 +2,7 @@
<%= render_partial("head") %>
-
+
<%= render_orbit_bar %>