🎨 Kudofonts Icon Library
A custom icon font library created by Sampath Kumar, designed for easy use in any web project.
🚀 How to Use
📦 Option 1: Install via NPM
npm install kudofonts
Include it in your HTML:
<link rel="stylesheet" href="./node_modules/kudofonts/kudofonts.css">
Then use any icon like this:
<i class="kf-facebook"></i>
<i class="kf-youtube"></i>
<i class="kf-instagram"></i>
🌐 Option 2: Use via CDN (jsDelivr)
Paste this link in your <head>
:
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/kudofonts@1.0.0/kudofonts.css">
And use icons like this:
<i class="kf-twitter"></i>
<i class="kf-telegram"></i>
<i class="kf-user"></i>
📌 Tip: Replace @1.0.0
with your latest version (or omit it to always get the newest).
📚 Icon Preview
See the full list of available icons here:
🔗 https://sampathkm6.github.io/kudofonts/
📁 Folder Structure
kudofonts/
├── fonts/ # Font files (woff, ttf, svg, etc.)
├── kudofonts.css # Main CSS file for icons
├── index.html # Demo / preview
├── package.json
└── README.md
💡 Add to Your Project
- Choose NPM or CDN
- Add the stylesheet to your HTML
- Use
<i class="kf-iconname"></i>
to display icons
👨💻 Author
Made with ❤️ by Sampath Kumar
📜 License
MIT