使用Unicode 補充多語言平面符號建立Web 字體
Font Squirrel 的Webfont 產生器很難處理Unicode Plane 1 中的字符,其中玩紙牌符號位於。不過,還有一種替代方法可以簡化此過程。
使用 Icomoon 應用程式
整合式字型
<code class="css">@font-face { font-family: 'myfont'; src: url('myfont.eot'); ... // Additional formats as needed }</code>
<code class="html"><div class="card"> <span class="icon">?</span> </div></code>
使用Icomoon 的優點應用程式
以上是如何使用 Unicode 補充多語言平面符號建立網頁字體?的詳細內容。更多資訊請關注PHP中文網其他相關文章!