【发布时间】:2021-05-31 02:05:16
【问题描述】:
我们如何在 laravel dompdf 中嵌入 fontawesome 图标?
我通过外部 css 链接添加了 fontawesome
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous"/>
并正常使用它,例如<i class="fal fa-lock"></i>
这是我得到的错误:
Invalid characters passed for attempted conversion, these have been ignored
【问题讨论】:
标签: font-awesome dompdf