This commit is contained in:
rulingcom 2022-01-05 03:03:25 +00:00
parent 12c0aa0666
commit ee1f3d44e5
3 changed files with 17 additions and 2 deletions

View File

@ -0,0 +1,15 @@
/*
www.OnlineWebFonts.Com
You must credit the author Copy this link on your web
<div>Font made from <a href="https://www.onlinewebfonts.com">oNline Web Fonts</a>is licensed by CC BY 3.0</div>
OR
<a href="https://www.onlinewebfonts.com">oNline Web Fonts</a>
*/
@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- */
}

View File

@ -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";

View File

@ -2,7 +2,7 @@
<html lang="<%= I18n.locale.to_s %>" class="orbit">
<head>
<%= render_partial("head") %>
<link href="/annc_url?url=https://db.onlinewebfonts.com/c/b8e20323f8f36e06f87745c93c45afcd?family=IndustryW00-Medium" rel="stylesheet" type="text/css"/>
<link href="/assets/template/IndustryW00-Medium.css" rel="stylesheet" type="text/css"/>
</head>
<body class="page-home">
<%= render_orbit_bar %>