Skip to content

Commit

Permalink
fix(fonts): fix material icons import
Browse files Browse the repository at this point in the history
  • Loading branch information
neoFelhz authored Jun 21, 2017
1 parent 497548a commit dd59132
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions layout/_partial/config_font.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
font-weight: 400;
src: local('Material Icons'),
local('MaterialIcons-Regular'),
url(<%- config.url %>fonts/MaterialIcons-Regular.woff2) format('woff2'),
url(<%- config.url %>fonts/MaterialIcons-Regular.woff) format('woff'),
url(<%- config.url %>fonts/MaterialIcons-Regular.ttf) format('truetype');
url(<%- config.root %>fonts/MaterialIcons-Regular.woff2) format('woff2'),
url(<%- config.root %>fonts/MaterialIcons-Regular.woff) format('woff'),
url(<%- config.root %>fonts/MaterialIcons-Regular.ttf) format('truetype');
}
</style>
<% } %>

0 comments on commit dd59132

Please sign in to comment.