gpt4 book ai didi

css - "before"伪元素在 Font awesome v.5 中不起作用

转载 作者:技术小花猫 更新时间:2023-10-29 10:39:26 25 4
gpt4 key购买 nike

我做错了什么?

body {
font-family: arial;
font-size: 1.5rem;
}

li.facebook:before {
content: "\f09a";
font-family: FontAwesome;
}

li {
list-style: none;
}
<link href="https://use.fontawesome.com/releases/v5.0.1/css/all.css" rel="stylesheet" />
<ul>
<li class="facebook">123 Drive.</li>
<li><i class="fab fa-twitter-square"></i> Twitter</li>
</ul>

最佳答案

更新 3:

font-family 错误。

使用 font-family: "Font Awesome 5 Brands"

也许你必须设置一个font-weightdocumentation

更新 2:TL;DR

font-family 错误。

使用 font-family: "Font Awesome 5 Brands"


对于 Font Awesome 5这必须是以下之一:

更新是因为您使用了 css webfonts:

对于方法 Web Fonts with CSS

免费

font-family: "Font Awesome 5 Free"

专业版

font-family: "Font Awesome 5 Pro"

品牌 => 使用这个!

font-family: "Font Awesome 5 Brands"

看这里: https://jsfiddle.net/nwodoo32/1/


对于使用 Javascript 的方法 SVG

固体

font-family: "Font Awesome 5 Solid"

常规

font-family: "Font Awesome 5 Regular"

品牌

font-family: "Font Awesome 5 Brands"

浅色(专业版)

font-family: "Font Awesome 5 Light"

关于css - "before"伪元素在 Font awesome v.5 中不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47894414/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com