为什么有些图标不起作用?(这是一个免费图标)
body {
min-height: 100vh;
display: flex;
justify-content: center;
align-items: center;
}
div {
height: 100px;
width: 100px;
background-color: red;
}
.fa-location-dot {
font-size: 40px;
color: #222;
}
<div>
<i class="fa-solid fa-location-dot"></i>
</div>