Found an issue with the link provided in Tabler's webfont documentation (https://tabler.io/docs/icons/webfont). The CDN link provided is incorrect (I believe because the structure of the package changed at some point).
I already have a fix in mind but am not confident creating a pull request, which is to change the link to
https://cdn.jsdelivr.net/npm/@tabler/icons-webfont@3.17.0/dist/tabler-icons.min.css
instead of
https://cdn.jsdelivr.net/npm/@tabler/icons-webfont@3.17.0/tabler-icons.min.css
Thanks :) absolutely adore these icons, they're my go to.
First time raising an issue so sorry if I'm doing something wrong.
Package
[ ] @tabler/icons
[ ] @tabler/icons-eps
[ ] @tabler/icons-pdf
[ ] @tabler/icons-png
[X] @tabler/icons-webfont
[ ] @tabler/icons-sprite
[ ] @tabler/icons-preact
[ ] @tabler/icons-react
[ ] @tabler/icons-react-native
[ ] @tabler/icons-solid
[ ] @tabler/icons-svelte
[ ] @tabler/icons-vue
[ ] Figma plugin
[ ] source/main
[ ] other/not relevant
Version
3.17.0
Browser
[ ] Chrome/Chromium
[ ] Firefox
[ ] Safari
[ ] Edge
[ ] iOS Safari
[ ] Opera
[X] Other/not relevant
Operating system
[ ] Windows
[ ] Linux
[ ] macOS
[ ] ChromeOS
[ ] iOS
[ ] Android
[X] Other/not relevant
Steps to reproduce
Copy the link provided in the documentation (<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@tabler/icons-webfont@3.17.0/tabler-icons.min.css">)
404 Error (Couldn't find the requested file /tabler-icons.min.css in @tabler/icons-webfont.)
[X] I have searched if someone has submitted a similar issue before and there weren't any. (Please make sure to also search closed issues, as this issue might already have been resolved.)
Description
Found an issue with the link provided in Tabler's webfont documentation (https://tabler.io/docs/icons/webfont). The CDN link provided is incorrect (I believe because the structure of the package changed at some point).
I already have a fix in mind but am not confident creating a pull request, which is to change the link to
https://cdn.jsdelivr.net/npm/@tabler/icons-webfont@3.17.0/dist/tabler-icons.min.css
instead ofhttps://cdn.jsdelivr.net/npm/@tabler/icons-webfont@3.17.0/tabler-icons.min.css
Thanks :) absolutely adore these icons, they're my go to. First time raising an issue so sorry if I'm doing something wrong.
Package
Version
3.17.0
Browser
Operating system
Steps to reproduce
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@tabler/icons-webfont@3.17.0/tabler-icons.min.css">
)Fix:
Checklist