gpt4 book ai didi

css - 如何在 Angular 中使用 FontAwesome 作为字体系列

转载 作者:太空宇宙 更新时间:2023-11-04 05:47:39 28 4
gpt4 key购买 nike

我想在我的 css 文件中使用 fontAwsome 作为 fontFamily,以更改 <li>在图标之后。

在普通的 HTML/CSS 中,我可以毫无问题地这样做:

ul li:not(:last-child):after {
font-family: 'FontAwesome';
content: '\f105';
font-size: 13px;
top: 0px;
right: 0;
position: absolute;
}

但是使用 angular 我无法访问我的 css 文件中的 FontAwesome。

在我的组件 html 中,我使用它没有任何问题:<fa-icon icon="home"></fa-icon> .

最佳答案

  1. npm i font-awesome
  2. 在您的 CSS 中导入:@import "~font-awesome/css/font-awesome.css"
  3. 在你的 html 中,你只需要做这样的事情:<i class="fa fa-home"></i>

关于css - 如何在 Angular 中使用 FontAwesome 作为字体系列,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58581228/

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