tabler / tabler-icons

A set of over 5700 free MIT-licensed high-quality SVG icons for you to use in your web projects.
https://tabler.io/icons
MIT License
18.33k stars 919 forks source link

CDN Link Issue for Webfont #1225

Open emmatheduck opened 2 months ago

emmatheduck commented 2 months ago

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 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

Version

3.17.0

Browser

Operating system

Steps to reproduce

  1. 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">)
  2. 404 Error (Couldn't find the requested file /tabler-icons.min.css in @tabler/icons-webfont.)

Fix:

Checklist