glyphs2font icon indicating copy to clipboard operation
glyphs2font copied to clipboard

Font ligature not working

Open kaybhutani opened this issue 5 years ago • 0 comments

<style>
@font-face {
  font-family: example;
  src: url(./example-font.woff);
}

div {
  font-family: example;
}
</style>




<div style="font-size: 100px;">

admin
&#61697

</div>

When I do this, &#61697 returns me the icon at that unicode but the ligature isn't working. Which is for the same unicode value

kaybhutani avatar Mar 17 '19 20:03 kaybhutani