Fix css link bug.
This commit is contained in:
parent
f192a42a7b
commit
12c0aa0666
|
@ -2,7 +2,7 @@
|
|||
<html lang="<%= I18n.locale.to_s %>" class="orbit">
|
||||
<head>
|
||||
<%= render_partial("head") %>
|
||||
<link href="//db.onlinewebfonts.com/c/b8e20323f8f36e06f87745c93c45afcd?family=IndustryW00-Medium" rel="stylesheet" type="text/css"/>
|
||||
<link href="/annc_url?url=https://db.onlinewebfonts.com/c/b8e20323f8f36e06f87745c93c45afcd?family=IndustryW00-Medium" rel="stylesheet" type="text/css"/>
|
||||
</head>
|
||||
<body class="page-home">
|
||||
<%= render_orbit_bar %>
|
||||
|
|
Loading…
Reference in New Issue