diff --git a/dev/fonts/style.css b/dev/fonts/style.css index 40cdf3f..b36ec59 100755 --- a/dev/fonts/style.css +++ b/dev/fonts/style.css @@ -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; } @@ -428,4 +428,3 @@ .icon-file-zip:before { content: "\e92b"; } -