-
-
Notifications
You must be signed in to change notification settings - Fork 102
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
only seeing some FA Pro icons after update to 4.7 #170
Comments
hello @dylanmcleod I didn't change anything related to fonts in 4.7 but can you describe me more about your case right now? cause it looks like you need to install your ttf or otf file again, I'm preparing 4.8 for font-awesome pro icon support then you don't need to change font names but yes this is not related to don't show some icons properly Cheers, |
@keremciu I have the exact same problem. I see the exact same limited icon set as @dylanmcleod posted. |
i've tried activating both TTF and OTF font files and get the same issue, should it be one or the other or are both fine to use? your video which shows how to install the font bundle shows you installing an OTF font, but the video that shows how to install pro icons shows TTF... i've now uninstalled the plugin, reinstalled with the original font bundle (which works, but with some missing icons), updated the SVG fonts as per your video, installed them via the plugin and tried activating both OTF and TTF fonts to no avail... |
@dylanmcleod ttf or otf there's no big difference between them in this case. I will gonna try to uninstall everything and install again maybe I could reproduce this case then I will write here |
Had the same issue with font awesome 5 not all icons were appearing after looking for solutions found one at http://fontello.com/ by using font awesome 5 given svg's and creating a new ttf file from the site. Simply drag the given svgs from free or pro version into the website, name the font and download. Once unzipping the folder download created ttf to you're font book and import the font with the svg. Attached Working Font Awesome 5 Free icon set that contains all versions Brand+Solid+Regular. |
Hey @keremciu, BTW, thank you for your work. ❤️ |
@mamuts12 thank you so much for sharing, I think I'm gonna put free font-awesome 5 files into @frankparadiso sorry to hear that, I wrote this one into readme file:
but of course this plugin needs to update the way of handling icons. I'm so surprised people following a lot of instructions to use this one. I wasn't using it really last 2 years that's why I couldn't put any effort to update it but I'm gonna update it soon to make it simple. My plan is get rid of these ttf and otf file handling, just using SVG files of icon-fonts. Let's see |
Where can I get past versions? |
@adamkool past versions of the plugin? https://github.com/keremciu/sketch-iconfont/releases or font-awesome? |
@frankparadiso perfect! this words keeps me work on more :) thank you actually this readme file is garbage, I need to make |
@keremciu That's what I was looking for. I wanted to try some older versions to see if they worked with FA 5 Pro. Unfortunately it didn't work. |
Hey @adamkool, Does it solve your issue? |
@frankparadiso I have update the names in the SVG files as I normally have when using FA Pro. I've been using it for a year without a problem and it stopped working. I onboarded a new employee and he has the same issue right out of the gate. I'm using FA Pro 5.7.2 |
@adamkool adjusted font awesome 5 pro light mind testing this if it still doesn't work for you. |
@adamkool did you try to use fontello solution? I think your installed ttf files doesn't match with svg icon aliases and it could be a problem. There's no change to import fonts |
@adamkool I think you are right. 😢 I'm using: @keremciu any ideas? Does it work on your side? p.s. I also tried Fontello but the website crashed. |
@mamuts12 That works. How did you get that working? I noticed that the formatting of the code is much different than what you get from Font Awesome @keremciu The Fontello option works, but I can't easily replace one font with the other in sketch. Just dumps in a [?] for all the icons. @frankparadiso Here is the Fontello version of the light icon set if needed. No matter what I try with the Font Awesome files, I get the exact result that you posted. |
@adamkool the only solution for me is to roll back to FA PRO 5.6.1. I think that is something related to font, .otf and naming. It's related to font itself not to the plugin. So weird. |
@adamkool It's actually very simple came across a platform called fontello that converts svgs into a font. Posted a short tutorial above where font-awesome-5.zip is contained. If it's still unclear will make a video on it @frankparadiso Fontello didnt crash for me even if i tried 1500+ icons. It just loads slowly and might show that it stopped but after a while it will load the svg's or select all svgs that were selected |
@mamuts12 I know how to get it all working, but the way you formatted it, it doesn't match with older versions of the font naming (probably a Fontello limitation?) @frankparadiso Thanks for the heads up about rolling back to 5.6.1. I've done that for now and will probably send an email over to Font Awesome asking what they changed. |
@adamkool Yeah it seems to be Fontellos limitations. And better icon import handling |
@frankparadiso @adamkool oh yes maybe they changed the alias and that's why there's this problem. It makes sense. I can make it programmatically but I need names likes what alias are you using 5.6.1 in what's not working with the new one? then I can start digging to build a update solution for this case |
one way could be using the Postscript name, that would help settle on what names to use for ID/font-family inside the SVG. |
@sogen so there isn't a solution that doesn't involve using Fontello? 😕 |
@frankparadiso the problem is matching pro font family name with system font family name, we can try some try/learn cases if you want. I can send you different plugin versions with different system font-family matchings maybe one of them works and everyone can use it. If you'd like to involve you can just me an e-mail with possible system font-family. after installing pro font to your mac, you can send me the screenshot of your font book result which shows that new font. |
@frankparadiso not that I know so far, you'd have to repeat the steps to keep font awesome for every new FA release. @keremciu Font Awesome Pro Regular:
Font Awesome Pro Solid
I don't use the other ones (brands, duotone, light), but let me know if you'd like those too. |
@sogen maybe it would work with adding below line but yes, there're a lot of possibilities, first we need to match what's fontname when we import that font and then we just need to find fontname for sketch typography tool. |
Hey @keremciu, I really appreciate your support and sure, tell me what I can do and I'll do it. @sogen same here! The point for me is avoid using Fontello because, you know, it's slow and a little bit frustrating. |
hi @frankparadiso I sent an e-mail to yours, I just discontinued to use [email protected] e-mail, sorry about this inconvenience situation. |
Hi,
I can't seem to get the FA Pro fonts to work properly since updating to 4.7. After updating, I went to add an icon and all the fonts I'd installed were missing.
I've followed the steps as listed here which previously worked with the pro icon set.
I seem to be able to pull through some of the icons for each weight as shown here but am still missing a lot of the icons in the SVG fonts.
Thanks.
The text was updated successfully, but these errors were encountered: