Skip to content

Commit

Permalink
fix(fonts): fix font-awsome import
Browse files Browse the repository at this point in the history
  • Loading branch information
neoFelhz authored Jun 21, 2017
1 parent da8dfab commit 9310613
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layout/_partial/head.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,9 @@

<% if(theme.scheme === 'Isolation') { %>
<% if(theme.vendors.fontawesome) { %>
<%- cssLsload({path:(theme.vendors.fontawesome),key:'fontawesome'}) %>
<link rel="preload" href="<%= theme.vendors.fontawesome %>" as="style" onload="this.rel='stylesheet'">
<% } else { %>
<%- cssLsload({path:(config.root + 'css/fontawesome.min.css'),key:'fontawesome'}) %>
<link rel="preload" href="<%= config.root + 'css/fontawesome.min.css' %>" as="style" onload="this.rel='stylesheet'">
<% } %>
<% } %>

Expand Down

0 comments on commit 9310613

Please sign in to comment.