How can I install TablerIcons into Weweb?

I’m trying to install Tabler-Icons into Weweb icons but not sure how to do it, any help is highly appreciated

This is the page for tablericons: https://tabler-icons.io/

Hey Victor :wave:

The current process is really cumbersome unfortunately but this might help.

Let me know how you get on. Making the process easier is on the roadmap but hasn’t been prioritized yet.

2 Likes

I did it as a font and works great, but i was really hoping to install it as icons to use it in buttons and things like that.
Is there a way to do it? not sure what urls should I use from the Tabler Icons source (GitHub - tabler/tabler-icons: A set of over 4000 free MIT-licensed high-quality SVG icons for you to use in your web projects.)

When I try to do it the page loads and then deletes all the other default icons.

Never mind! I just did it! It was a problem with the .json file. So I took the metadata generator that @dorilama made for FontAwesome and adapted it for Tabler Icons, this is the link: https://codepen.io/victorgiron/pen/ZEMRrjo

Thanks so much Mariano for making an awesome .json converter! it was super helpful!

2 Likes

@visualdevs I am trying to do this but I am getting blank icons. Any suggestions?

In the “Icons file URL” you need to put this url: https://cdn.jsdelivr.net/npm/@tabler/icons-webfont@latest/tabler-icons.min.css

1 Like

Awesome thanks!

how to include the json file (table-metadata-web.json) in the Icons list URL?

Great, I managed to do.