onedionys-web-font-loader
v5.0.0
Published
One Dionys (Web Font Loader) - Functions to load and manage the use of web fonts in applications, ensuring consistent display across different devices.
Downloads
15
Maintainers
Readme
💾 Requirements
Web Browser
- Can be used as an emulator to build applications. Example [Chrome, Firefox, Safari & Opera].Internet
- Because many use CDN and to make it easier to find solutions to all problems.
🎯 How To Use
Example Syntax
// Import the Web Font Loader
import { loadFonts } from './src/webFontLoader';
// Define fonts to load
const fonts = {
google: {
families: ['Roboto:400,700', 'Open+Sans:400,700']
}
};
// Load fonts
loadFonts(fonts)
.then(() => {
console.log('Fonts loaded successfully!');
// Add code to execute after fonts are loaded
})
.catch((error) => {
console.error('Failed to load fonts:', error);
});
Explanation
- The Web Font Loader package provides a convenient way to load web fonts dynamically in your web application. This package allows you to specify the fonts you want to load and handles the loading process asynchronously. It supports loading fonts from various sources, including Google Fonts, Typekit, and custom font files.
Return Value
loadFonts(fonts)
: This function returns a Promise that resolves when all specified fonts are successfully loaded. If any font fails to load, the Promise will be rejected with an error.
📆 Release Date
- v1.0.0 : 17 March 2024
- v1.0.1 : 18 March 2024
- v1.0.2 : 31 March 2024
- v5.0.0 : 31 March 2024
🧑 Author
- Facebook : Oned Ionys
- Instagram : @onedionys
- Twitter : @onedionys
- LinkedIn : @onedionys
📝 License
- Copyright © 2024 One Dionys
- One Dionys - Web Font Loader is an open source project licensed under the MIT license
☕️ Suppport & Donation
Love One Dionys - Web Font Loader? Support this project by donating or sharing with others in need.
Made with ❤️ One Dionys