FontAwesome 没有显示在 Thymeleaf 中?

以下示例仅显示了一些类似十六进制的占位符,而不是正确的图标。使用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>


慕的地10843
浏览 46回答 1
1回答

白衣染霜花

包含样式表 all.css&nbsp;<link&nbsp;href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.css"&nbsp;rel="stylesheet"&nbsp;type="text/css"&nbsp;/>
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

Java