UNPKG

@tabler/core

Version:

Premium and Open Source dashboard template with responsive and high quality UI.

56 lines (36 loc) 822 B
--- title: Webfont description: Tabler Icons as a webfont. summary: Tabler Icons as a webfont allows you to easily include icons in your projects using simple CSS classes, offering a lightweight and scalable solution for web development. --- ![](/docs/icons/package-webfont.png) ## Installation ``` yarn add @tabler/icons-webfont ``` or ``` npm install @tabler/icons-webfont ``` or ``` pnpm install @tabler/icons-webfont ``` 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/dist/tabler-icons.min.css"> ``` ## Usage ### HTML ```html <i class="ti ti-brand-tabler"></i> ``` ### CSS ```css content: 'ec8f'; ``` ### SCSS ```scss content: $ti-icon-brand-tabler; ```