Font Awesome icons not loading
See original GitHub issueHi, thanks for building this great plugin 😃
Is it still in active development?
I just started exploring the MkDocs & Mermaid space and was going through the Mermaid documentation. Here I read how to use font awesome icons.
So I build the following diagram:
graph TD
A((Data sources))-->B[fa:fa-filter Data collector]
B-->D[fa:fa-bars Data catalog]
B-->C[fa:fa-cogs Geo-time engine]
C-->E[fa:fa-database Data warehouse]
E-->F[fa:fa-calculator Analytics engine]
F-->F1[Search/Analytics jobs]
F1-->G[fa:fa-plug API]
G-->H[fa:fa-calendar Task manager]
H-->B
click E "https://www.cockroachlabs.com/product/" "CockroachDB"
click F "https://spark.apache.org/" "Apache Spark"
click G "https://fastapi.tiangolo.com/" "FastAPI"
click H "https://www.prefect.io/" "Prefect.io"
I got it working in VSCode with this extension, so I know that I got the syntax right.
But it’s not loading the font awesome icons when I deploy it with MkDocs. There is a similar issue on the Mermaid GitHub. But it didn’t really have a solution. I was wondering if this might be added to this plugin, or if you would know a way to get it working (can be hacky) 😃
Thanks a lot!
Issue Analytics
- State:
- Created 3 years ago
- Comments:11 (5 by maintainers)
Top Results From Across the Web
html - Font Awesome icons are not working, I have included all ...
Make sure they are in a folder called webfonts at the root of the project. Look in the browser console for any message...
Read more >Troubleshooting | Font Awesome Docs
Are you using Font Awesome Free or Pro? - Some icons are only available in Font Awesome Pro. Double-check that the icon you...
Read more >[Solved]: Font Awesome icons not showing on my website
If the Font Awesome CSS file is not properly loaded on a web page, then its icons won't be displayed. There are different...
Read more >Font Awesome Icons Not Showing: Ultimate Reference Guide
Check your Adblockers. An ad blocker can potentially stop icons from loading. Alternatively, you can long click the refresh icon, or use keyboard...
Read more >Why are my Font Awesome icons failing to show? - SiteFarm
When that happens, you may first discover that your icon isn't displaying at all or that the icon name in the Font Awesome...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Cleaner fix, adding to
mkdocs.yml
:@sguldemond Yes absolutely. I haven’t had much request to improve it, thats all 😄