Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mismatch between unicode codes of ubuntu icon #423

Open
paride opened this issue May 16, 2023 · 0 comments
Open

Mismatch between unicode codes of ubuntu icon #423

paride opened this issue May 16, 2023 · 0 comments

Comments

@paride
Copy link

paride commented May 16, 2023

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="&#xf36f;" 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="&#xf2ff;" horiz-adv-x="1440"

Cc: @mrdrogdrog

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant