当我使用
时<i class="fas fa-angle-down"></i>
它会向下显示一个角度,但是当我将它添加到css时,它将显示一个意味着错误的方块,但在控制台日志中没有任何内容。
.dropbtn:after {
font-family: "Font Awesome\ 5 Free";
content: "\f107";
position: absolute;
width: 100%;
left: 0;
text-align: center;
bottom: 4px;
line-height: 1;
}
我该如何解决这个问题?谢谢。