Skip to content

Commit

Permalink
Fix #409
Browse files Browse the repository at this point in the history
  • Loading branch information
rpbouman committed Jan 20, 2025
1 parent b44c977 commit d28d1c6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@
<script>
var hueyVersionNumber = '1.0.2';
var hueyVersionName = 'Campbell';

// see: https://cdn.jsdelivr.net/npm/@tabler/[email protected]/
var tablerIconsFontVersion = '3.28.1';
// see: https://github.com/tabler/tabler-icons/issues/1310
var tablerIconsFontVersion = '3.25.0';
var tablerIconsFontUrl = `https://cdn.jsdelivr.net/npm/@tabler/icons-webfont@${tablerIconsFontVersion}/dist/fonts/tabler-icons.woff2?v${tablerIconsFontVersion}`;
var tablerFontStyleSheet = document.getElementById('tabler-font');
document.styleSheets[0].insertRule(`
Expand Down

0 comments on commit d28d1c6

Please sign in to comment.