Fix css link bug.

This commit is contained in:
rulingcom 2022-01-03 15:20:29 +00:00
parent f192a42a7b
commit 12c0aa0666
1 changed files with 1 additions and 1 deletions

View File

@ -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 %>