SwiftFonts is a simple and lightweight CSS library designed to help developers easily apply hundreds of popular fonts to their websites. With SwiftFonts, you don't need to worry about managing font files or writing long font declarations. Just include the library, and you're ready to use a wide range of fonts in your project with a single class.
- Includes hundreds of popular fonts like Poppins, Roboto, Helvetica, Open Sans, and many more.
- No need for external font files – everything is included within the library.
- Easy-to-use class names – simply apply the class to any HTML element to change the font.
- Supports system fonts as fallback options for better performance.
You can include SwiftFonts in your project by linking to the swiftfonts.css file. You can either:
- Download the file directly from the repository and include it in your project.
- Link to the raw CSS file hosted on GitHub (or via your server).
<link rel="stylesheet" href="dev-najexoz.github.io/swiftfonts/swiftfont.css">Contributions are welcome! If you have any suggestions or improvements, feel free to open an issue or submit a pull request.
- Fork the repository.
- Create a new branch (git checkout -b feature-name).
- Make your changes.
- Commit your changes (git commit -m 'Add new feature').
- Push to the branch (git push origin feature-name).
- Create a new Pull Request.
- License
This project is licensed under the MIT License - see the LICENSE file for details.