为了账号安全,请及时绑定邮箱和手机立即绑定

FontAwesome 没有显示在 Thymeleaf 中?

FontAwesome 没有显示在 Thymeleaf 中?

慕的地10843 2023-09-13 16:50:48
以下示例仅显示了一些类似十六进制的占位符,而不是正确的图标。使用spring-bootand可能会出现什么问题thymeleaf?<html>  <head>    <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/fontawesome.min.css" rel="stylesheet" type="text/css" />    <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/regular.min.css" rel="stylesheet" type="text/css" />  </head>  <body>        <i class="fa fa-car"></i>        <i class="fa fa-car" style="font-size:48px;"></i>        <i class="fa fa-car" style="font-size:60px;color:red;"></i>  </body></html>
查看完整描述

1 回答

?
白衣染霜花

TA贡献1796条经验 获得超10个赞

包含样式表 all.css

 <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.css" rel="stylesheet" type="text/css" />



查看完整回答
反对 回复 2023-09-13
  • 1 回答
  • 0 关注
  • 33 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信