Skip to content

Commit

Permalink
fix fontello path. Laverna#1
Browse files Browse the repository at this point in the history
  • Loading branch information
filtercake committed May 4, 2014
1 parent 197ad0f commit 370df07
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/styles/theme-default/fontello/fontello.less
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
@font-face {
font-family: 'fontello';
src: url('../font/fontello.eot?33579314');
src: url('../font/fontello.eot?33579314#iefix') format('embedded-opentype'),
url('../font/fontello.woff?33579314') format('woff'),
url('../font/fontello.ttf?33579314') format('truetype'),
url('../font/fontello.svg?33579314#fontello') format('svg');
src: url('../../../font/fontello.eot?33579314');
src: url('../../../font/fontello.eot?33579314#iefix') format('embedded-opentype'),
url('../../../font/fontello.woff?33579314') format('woff'),
url('../../../font/fontello.ttf?33579314') format('truetype'),
url('../../../font/fontello.svg?33579314#fontello') format('svg');
font-weight: normal;
font-style: normal;
}
Expand Down

0 comments on commit 370df07

Please sign in to comment.