
Wrap webfontjson in grunt task
Grunt-webfontjson is a powerful Grunt plugin designed to streamline the process of converting web font files into JSON format. This tool is particularly useful for developers who seek greater control over how web fonts are loaded on their web pages. By converting font files into a JSON structure, you can choose how to cache them, when to apply them, and essentially enhance the performance and user experience of your web applications.
For those unfamiliar with Grunt, this plugin simplifies the integration of web fonts into your workflow, allowing you to manage your font assets in a more efficient manner. With options for customization and flexibility, it enables developers to tailor their font loading strategy to meet specific project needs.

Grunt is a popular JavaScript task runner that automates repetitive tasks like minification, compilation, and testing, allowing developers to focus on writing code.