在SVG 影像中包含Font Awesome 圖示
問題:
問題:
如何合併將Awesome 圖標放入我的SVG 圖像中?取代現有的
.icon-group:before { content: "\f0c0"; } .icon-cloud:before { content: "\f0c2"; }
<g><text x="12" y="15">&#xf0c2;</text></g>
svg text { font-family: FontAwesome; }
svg text { font-family: 'Font Awesome 5 Free'; }
以上是如何在 SVG 圖像中嵌入 Font Awesome 圖示?的詳細內容。更多資訊請關注PHP中文網其他相關文章!