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