I downloaded the entire archive, converted the css file to sass, put it in the libs folder, wrote in the font.sass file in this form:
+font-face("fontAwesome", "../fonts/fontAwesome/fontawesome-webfont", $file-formats: eot woff ttf) In the main styles file, main.sass added font usage:
@import "../app/libs/fontAwesome/font-awesome.sass" There is such a line in the font style file.
@font-face font-family: 'FontAwesome' src: url('../app/fonts/fontAwesome/fontawesome-webfont.eot?v=4.6.3') src: url('../app/fonts/fontAwesome/fontawesome-webfont.eot?#iefix&v=4.6.3') format("embedded-opentype"), url('../app/fonts/fontAwesome/fontawesome-webfont.woff2?v=4.6.3') format("woff2"), url('../app/fonts/fontAwesome/fontawesome-webfont.woff?v=4.6.3') format("woff"), url('../app/fonts/fontAwesome/fontawesome-webfont.ttf?v=4.6.3') format("truetype"), url('../app/fonts/fontAwesome/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format("svg") font-weight: normal font-style: normal Does it need to be removed?
I use index.html with the following construction:
<div class="adress"> <i class="fa fa-map-marker" aria-hidden="true"></i>105066, г. Москва, Переулок Токмаков, дом 11 </div> It turns out this result:
Expected:
Console
link to project archive https://yadi.sk/d/YhSyM7e5w6ML5



