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

Missing fontawesome icon support #830

Closed
adriandarian opened this issue May 5, 2019 · 4 comments
Closed

Missing fontawesome icon support #830

adriandarian opened this issue May 5, 2019 · 4 comments

Comments

@adriandarian
Copy link

fa:fa-satellite-dish does not work
image
image

@yunfqueen
Copy link

yunfqueen commented Jun 11, 2019

This problem requires the introduction of font-asome files to add to your page
like this
<link rel="stylesheet" href="https://cdn.bootcss.com/font-awesome/4.7.0/css/font-awesome.css">

@knsv
Copy link
Collaborator

knsv commented Jun 30, 2019

Closing this one. I shope it worked out.

@JoNilsson
Copy link

JoNilsson commented Mar 15, 2022

where would one need to add this to get Font-Awesome icons to display in MERMAID that is going to live on GitHub?
simply adding <link rel="stylesheet" href="https://cdn.bootcss.com/font-awesome/4.7.0/css/font-awesome.css"> to the source does not seem to solve the issue.

  graph TD;
      A{fa:fa-cloud};
      B{fa:fa-robot};
      C{fa:fa-lock};
      D{fa:fa-envelope};
      A-->B;
      A-->C;
      B-->D;
      C-->D;

image

@LKSeng
Copy link

LKSeng commented Aug 29, 2022

where would one need to add this to get Font-Awesome icons to display in MERMAID that is going to live on GitHub? simply adding <link rel="stylesheet" href="https://cdn.bootcss.com/font-awesome/4.7.0/css/font-awesome.css"> to the source does not seem to solve the issue.

image

I think it's because Github strips it. See: community/community#11940

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

5 participants