Mismatch between unicode codes of ubuntu icon
Opened this issue · 0 comments
paride commented
There's apparently a mismatch between the unicode declare for the ubuntu icon in src/icons/icons.yml
:
- name: Ubuntu
id: ubuntu
unicode: f36b
and what we get in fonts/forkawesome-webfont.svg
after building the font:
<glyph glyph-name="ubuntu" unicode="" horiz-adv-x="1280"
Other icons have the same code, e.g. icons.yml
has:
- name: Debian
id: debian
unicode: f2ff
and this is fonts/forkawesome-webfont.svg
:
<glyph glyph-name="debian" unicode="" horiz-adv-x="1440"
Cc: @mrdrogdrog