mirror of
https://github.com/tabler/tabler.git
synced 2025-12-21 17:34:25 +04:00
Fix link to webfont icons (#2040)
* Use unpkg link instead of cdn.statically.io for webfont icons
This commit is contained in:
5
.changeset/webfont-unpkg.md
Normal file
5
.changeset/webfont-unpkg.md
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
"@tabler/core": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Fix link to webfont version of Tabler Icons
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
<!-- CSS files -->
|
<!-- CSS files -->
|
||||||
{% if site.use-iconfont %}
|
{% if site.use-iconfont %}
|
||||||
<link href="https://cdn.statically.io/gh/tabler/tabler-icons/master/iconfont/tabler-icons.min.css" rel="stylesheet" />
|
<link href="https://www.unpkg.com/@tabler/icons-webfont@latest/dist/tabler-icons.min.css" rel="stylesheet" />
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% assign libs = page.libs | default: layout.libs %}
|
{% assign libs = page.libs | default: layout.libs %}
|
||||||
|
|||||||
Reference in New Issue
Block a user