1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-22 01:44:25 +04:00

fix icons-webfont CDN url (#1495)

This commit is contained in:
Sergey Maranchuk
2023-03-02 23:48:39 +02:00
committed by GitHub
parent 820d8dca55
commit 1faa6007f4

View File

@@ -27,7 +27,7 @@ or just [download from Github](https://github.com/tabler/tabler-icons/releases).
### CDN
```html
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@tabler/icons@$ICONS_VERSION/iconfont/tabler-icons.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@tabler/icons-webfont@$ICONS_VERSION/tabler-icons.min.css">
```
## Usage