Tabler Icons — local bundle
===========================

Platform Helm uses Tabler Icons (webfont) v3.19.0 for its admin UI.

The plugin loads them LOCALLY from this folder when present, and only falls
back to the jsDelivr CDN if they are missing (see Core/Ui.php → enqueue()).
WordPress.org does not allow loading assets from a third-party CDN, so for a
public release you MUST bundle the font here.

To bundle (one-time, on a machine with internet):

  1. Download the webfont package, e.g. from:
     https://cdn.jsdelivr.net/npm/@tabler/icons-webfont@3.19.0/dist/

  2. Place these files in THIS folder (assets/fonts/tabler/):
       - tabler-icons.min.css
       - fonts/tabler-icons.woff2
       - fonts/tabler-icons.woff
       - fonts/tabler-icons.ttf

  3. Open tabler-icons.min.css and confirm the @font-face `src:` paths are
     relative (e.g. url("fonts/tabler-icons.woff2")). Adjust if needed so they
     resolve against this folder.

Once tabler-icons.min.css exists here, the plugin serves it automatically and
the CDN is no longer used. Keep TABLER_VERSION in Core/Ui.php in sync with the
bundled version for correct cache-busting.
