diff --git a/themify-icons/_path.scss b/themify-icons/_path.scss index 4cf4cd6..68fc744 100644 --- a/themify-icons/_path.scss +++ b/themify-icons/_path.scss @@ -3,11 +3,11 @@ @font-face { font-family: 'themify'; - src:url('#{$ti-font-path}/themify.eot?-fvbane'); - src:url('#{$ti-font-path}/themify.eot?#iefix-fvbane') format('embedded-opentype'), - url('#{$ti-font-path}/themify.woff?-fvbane') format('woff'), - url('#{$ti-font-path}//themify.ttf?-fvbane') format('truetype'), - url('#{$ti-font-path}/themify.svg?-fvbane#themify') format('svg'); + src:url('./fonts/themify-icons/fonts/themify.eot?-fvbane'); + src:url('./fonts/themify-icons/fonts/themify.eot?#iefix-fvbane') format('embedded-opentype'), + url('./fonts/themify-icons/fonts/themify.woff?-fvbane') format('woff'), + url('./fonts/themify-icons/fonts/themify.ttf?-fvbane') format('truetype'), + url('./fonts/themify-icons/fonts/themify.svg?-fvbane#themify') format('svg'); font-weight: normal; font-style: normal; }