icons8 / line-awesome

Replace Font Awesome with modern line icons
https://icons8.com/line-awesome
Other
1.25k stars 141 forks source link

Replacing existing icons #89

Closed j-nikolas closed 2 years ago

j-nikolas commented 2 years ago

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 2 years ago

Anyone?

j-nikolas commented 2 years ago

my fault...it was....\f552