Where to put custom CSS file..
-
Hello,
I am trying to animate some of the font awesome icons in my widgets and was wondering where i should put the css file?
Do I add it to the custom css as an import or to the custom header?
Animations: http://l-lin.github.io/font-awesome-animation/
Thanks,
-
Put the link tag in the custom header.
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome-animation/0.0.8/font-awesome-animation.min.css">
Assuming you're not making your own plugin, in which case you would link to the file in your config less property.
Copyright © 2024 NodeBB | Contributors