Skip to content

Commit

Permalink
[FIX] change font path to use it in TYPO3
Browse files Browse the repository at this point in the history
  • Loading branch information
dmh committed Jun 1, 2016
1 parent 00462b5 commit 62105e4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions dev/fonts/style.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
@font-face {
font-family: 'icons';
src:
url('fonts/icons.ttf?hwn6y6') format('truetype'),
url('fonts/icons.woff?hwn6y6') format('woff'),
url('fonts/icons.svg?hwn6y6#icons') format('svg');
url('icons.ttf?hwn6y6') format('truetype'),
url('icons.woff?hwn6y6') format('woff'),
url('icons.svg?hwn6y6#icons') format('svg');
font-weight: normal;
font-style: normal;
}
Expand Down Expand Up @@ -428,4 +428,3 @@
.icon-file-zip:before {
content: "\e92b";
}

0 comments on commit 62105e4

Please sign in to comment.