From 62105e479c41fd79acf3b42c6f6f8ec7713c6d6f Mon Sep 17 00:00:00 2001 From: dmh Date: Wed, 1 Jun 2016 17:10:08 +0300 Subject: [PATCH] [FIX] change font path to use it in TYPO3 --- dev/fonts/style.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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"; } -