-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
font-awesome #552
Comments
That is one fancy idea! From their CSS, it looks like I should be able to get an SVG font (which I could hope to transform to a set of SVG files), but unfortunately, this URL is empty: https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular. This works, though we'd still need a script that converts it to a set of files. |
so, I've asked about why that url is empty, to which I got an answer that everything is actually ok, but github actually sends a text/plain content-header, thats why it displays the source as clear text. and if you look at the source code of that blank page, funny thing - it's all there. |
Good to know! That script would download and read the full SVG font, rip out its insides, and for each glyph (which is basically a I'm not sure how Font-Awesome contributors work. It seems daunting to edit the SVG font by hand and convert it to ttf & cie. The main author must have his own workflow, since the contribution file states:
I'd say it is between 5 and 50 hours of work, so I probably won't tackle this very soon, but you are very much encouraged to share your work if you are tackling this! |
Would be nice to have. I wanted a custom reddit badge and I think fontawesome has a reddit icon. |
@Thraka You can put logos in your badge as detailed in http://shields.io/#styles, through |
By the way: I'm only confused because there is http://fontawesome.io/ (Version 4.7.0) and https://fontawesome.com/ (Version 5.0.0) but both link to the same github... |
Would be nice if support for Font Awesome 5 "Free" version is added :p So many nice icons to use from it in my forum signature badges. SimpleIcons just doesn't cut it. |
Based on recent discussions, and quite a lot of time passing with some but not overwhelming support for this idea, I think we probably are not going to add this in core. However, it's always possible to build a badge using an icon with your own SVG. If someone wanted to build a web app that let you generate svg from a Font Awesome icon and base64-encode it, we'd be happy to link to it! |
what do you think of adding Font Awesome icons to shields?
at least for custom badges (Your Badge)
& we could select, for example, font awesome icon on the left side and write text on the right one.
https://fortawesome.github.io/Font-Awesome/icons/
The text was updated successfully, but these errors were encountered: