-
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
Comments
This problem requires the introduction of font-asome files to add to your page |
Closing this one. I shope it worked out. |
where would one need to add this to get Font-Awesome icons to display in MERMAID that is going to live on GitHub? 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;
|
I think it's because Github strips it. See: community/community#11940 |
fa:fa-satellite-dish does not work
The text was updated successfully, but these errors were encountered: