-
Notifications
You must be signed in to change notification settings - Fork 80
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
Migrate icons to FontAwesome svg files (from the font file) #249
Comments
- Add tooltip support (not yet complete): #1222 - Add a link to logger documentation: #2876 (comment) - Migrate to from fontawesome font to svgs: uBlockOrigin/uBlock-issues#249
It looks like Fontawesome 5 is no longer developed by the original author. I don't like what they have done with some of the icons. It's going to be tedious work but I will be importing/converting manually the Fontawesome 4 (original author) icons as proper svg entities through Inkscape (converting as proposed here does not work -- for example the |
There's also a fork of Fontawesome 4.7 which continues on the original author's work at https://github.com/ForkAwesome/Fork-Awesome. Might be worth a look. |
Well I had no idea, thanks for the tip. When I dug more into Fontawesome 5 yesterday I became uneasy about using it as it seemed the original author is no longer part of the project and some changes in the icons were dubious, for example the Looking at Forkawesome, I will still have to import manually, the svgs files in the repo still have the issues I am fixing with Fontawesome 4.7. For example, this icon is not centered in its viewbox, and this causes issues: can't transform cleanly, and width is not representative of the width of the icon. |
The fonts used in the latest dev build are thicker and bigger, is that because of the new dev ? |
Found out Fonteawesome 5 is a different project than former Fontawesome (of which 4.7 is latest). See uBlockOrigin/uBlock-issues#249 (comment)
Found out Fonteawesome 5 is a different project than former Fontawesome (of which 4.7 is latest). See uBlockOrigin/uBlock-issues#249 (comment)
Latest FontAwesome version make available a package[1] where each individual icon is defined in a plain svg file. Given this I want to import only the needed svg files into a single svg
defs
files and use inline svg.I started such conversion work in uMatrix (gorhill/uMatrix@c6e29be#diff-4de122c13cf2cc4e2364626b0acdb2c9).
[1] https://use.fontawesome.com/releases/v5.3.1/fontawesome-free-5.3.1-web.zip
The text was updated successfully, but these errors were encountered: