Skip to content

Commit

Permalink
Fix stylesheet webfont path (#1093)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgcodeur committed Apr 30, 2024
1 parent f961028 commit c2b99e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/icons/webfont.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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-webfont@$ICONS_VERSION/tabler-icons.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@tabler/icons-webfont@$ICONS_VERSION/dist/tabler-icons.min.css">
```

## Usage
Expand Down

0 comments on commit c2b99e1

Please sign in to comment.