gabrielelana / awesome-terminal-fonts

Tools and instructions on how to have awesome symbols in a terminal with a monospace font
MIT License
2.45k stars 230 forks source link

Update to font-awesome 5.0.2 #49

Open terencode opened 6 years ago

terencode commented 6 years ago

New version: https://use.fontawesome.com/releases/v5.0.2/fontawesome-free-5.0.2.zip

gabrielelana commented 6 years ago

This is going to be a pain. I looked into it and saw that they (fontawesome) have splitted regular and solid representation (glyph) of the same codepoint, aka something we can't use in a terminal, so we need to compact (move one beside the other) all the glyphs from fa-regular-400.ttf, do the same thing for fa-solid-900.ttf and change all the maps accordingly. Otherwise we need to choose between regular and solid and I can't do that for backward compatibility...

Working on it

SethuSenthil commented 6 years ago

Don't think its really necessary, It's not like we are using all the icons anyway.

theova commented 5 years ago

Are there any updates? Version 5.9.0 is out.

Is the task to upgrade a matter of industriousness? Then I might help.

jayvdb commented 4 years ago

What about using https://github.com/ForkAwesome/Fork-Awesome ?