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

Swift icons showing as Question Marks #277

Open
mackswell13 opened this issue Mar 9, 2022 · 1 comment
Open

Swift icons showing as Question Marks #277

mackswell13 opened this issue Mar 9, 2022 · 1 comment

Comments

@mackswell13
Copy link

I want to use Fontawesome Icons for swift but when I use lines like this

dockerIcon.setImage(UIImage.fontAwesomeIcon(name: .docker, style: .regular, textColor: .black, size: CGSize(width: 20, height: 20)), for: .normal)

The icons are showing up as question marks. Any help would be appreciated.

@kalmicka
Copy link

Try to use "style: .brands" and not "style: .regular"

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

2 participants