Skip to content

Commit

Permalink
Merge pull request #7 from aastrong/font-path-update
Browse files Browse the repository at this point in the history
Font path update
  • Loading branch information
aastrong authored Dec 9, 2019
2 parents 5b2abd4 + 63dadf2 commit c710f40
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions themify-icons/_path.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit c710f40

Please sign in to comment.