V
V
Vitaly Max2019-04-26 12:39:46
Character encoding
Vitaly Max, 2019-04-26 12:39:46

Why do some font awesome icons look like squares?

I'm editing the template. Font awesome is connected, some icons are displayed correctly, while others are in the form of squares or hieroglyphs.
Styles are written like this:

.fa-html5:before {
 	content: "\f13b"
 }

 .fa-css3:before {
 	content: "\f13c"
 }

.fa-sass:before {
       	content: "\f41e"
}

In html like this
<i class="fa fa-html5 fa-5x"></i>
<i class="fa fa-css3 fa-5x"></i>
<i class="fa fa-sass fa-5x"></i>

Everything seems to be correct, but the first two icons are normally visible, and the third is a square .. What could be the matter?
5cc2d1de82c0a677979952.png

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question