Closed MTRNord closed 5 years ago
Please elaborate. The CSS is obviously here.
On my page it loads the notice fine except the Icon. Basicly the content of .notice-title:before{content:'\f05a'}
which sets the icon doesn't seem to load any icon. Check: https://nordgedanken.gitlab.io/posts/2015-01-04-first-post/ for example.
If it makes a difference: I am using Windows 10 with Firefox 66.0.3 (64-Bit)
It seems you don't have font-awesome available.
Is simply adding it to the layout enough to fix the issue?
Yes.
Thanks! I will do that :)
Actually it seems like the Font Family name changed in the newest version:
font-family: "Font Awesome 5 Free";
Using that it starts to work.
(See https://fontawesome.com/how-to-use/on-the-web/advanced/css-pseudo-elements )
But you can still use Font Awesome 4. I personally use it.
@MTRNord FYI: just updated. New version works with both older and current Font Awesome release. Thanks for the idea.
@martignoni thanks a lot for making that possible
Hi this is awesome but it seems like the CSS for the Icon is missing. Any hints how to get it working?