From ee1f3d44e55827b10984df9f3387d421a030b59d Mon Sep 17 00:00:00 2001 From: rulingcom Date: Wed, 5 Jan 2022 03:03:25 +0000 Subject: [PATCH] Fix bug. --- .../stylesheets/template/IndustryW00-Medium.css | 15 +++++++++++++++ assets/stylesheets/template/template.scss | 2 +- home/index.html.erb | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 assets/stylesheets/template/IndustryW00-Medium.css 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 +
Font made from oNline Web Fontsis licensed by CC BY 3.0
+ 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 %>