Material-design-icons: Unicode hex numbers aren't shown, only ligatures.

Created on 5 Jun 2019  路  1Comment  路  Source: google/material-design-icons

On the selected icon dialog, the page should supposedly show the ligature text to generate the icon, and the Unicode fallback. I tried to access the Unicode, as I have some issues of the ligature breaking when it's rotated. However, the page only shows the ligatures, even under the <!-- For IE9 or below. --> section.

Most helpful comment

check out https://jossef.github.io/material-design-icons-iconfont/
I have visibility to the codepoints (hex numbers)

also I'm generating a css classes with all of the classnames

<i class="material-icons bookmark_outline"></i>

in addition to the ligatures

<i class="material-icons">bookmark_outline</i>

image

>All comments

check out https://jossef.github.io/material-design-icons-iconfont/
I have visibility to the codepoints (hex numbers)

also I'm generating a css classes with all of the classnames

<i class="material-icons bookmark_outline"></i>

in addition to the ligatures

<i class="material-icons">bookmark_outline</i>

image

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Kyrosee picture Kyrosee  路  3Comments

dy picture dy  路  3Comments

Paul-Ver picture Paul-Ver  路  3Comments

juristr picture juristr  路  4Comments

aleigood picture aleigood  路  4Comments