\documentclass{article}
\usepackage{fontawesome5}
\begin{document}
\faBriefcase[light]
\faBriefcase[regular]
\faBriefcase[solid]
\end{document}
Fontawesome 网站展示了公文包图标的 3 种样式: https://origin.fontawesome.com/icons?d=gallery&q=briefcase
但我无法让它们在我的文档中工作,此代码显示相同的图标重复了3次。
答案1
免费版的 Awesome Font 中只有公文包符号的实心版本。如果要使用其他版本,则需要pro
版本
您可以从收到的警告中看到这一点:
Package fontawesome5 Warning: The requested icon briefcase has been replaced
(fontawesome5) by the solid version
Package fontawesome5 Warning: The requested icon briefcase has been replaced
(fontawesome5) by the solid version
或者将鼠标悬停在您链接到的网站上的符号上:
(请注意右上角的小“pro”)