Replacing existing icons
j-nikolas opened this issue · 2 comments
j-nikolas commented
Hi!
I added the CDN Link <link rel="stylesheet" href="https://maxst.icons8.com/vue-static/landings/line-awesome/line-awesome/1.3.0/css/line-awesome.min.css">
to my new project.
I would like to use the "toolbox" icon to replace an existing icon (I am not able to change the html of this project, so I have tried to do it only via css)
I added this to my css:
<ICON-NAME>
:before { font-family: 'Line Awesome Free' !important; content: "\f552" !important; }
"\f552" is the toobox icon according to the CSS file (CDN), but it does do not work at all.
Other icons like "la-kiss-wink-heart" (which is "\f598") are working just fine.
Please help!
Thanks!
Niko
j-nikolas commented
Anyone?
j-nikolas commented
my fault...it was....\f552