A modern web application for viewing and downloading the Google Fonts JSON file in a clean, organized interface
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
Google Fonts JSON Viewer is a specialized tool that provides an intuitive interface for browsing and analyzing the Google Fonts JSON data structure. It helps developers and designers explore and download font families, variants, and related metadata in a user-friendly format.
- Interactive JSON preview with expandable/collapsible sections
- Download functionality (JSON)
- Search fonts by Font Family name
- Sorting (Alphabetical, Popularity, Style, Trending)
- Category, variant and subset filtering
- Dark/Light theme support
-
Advanced Table View
- Customizable columns
- Advanced filtering options
- Sort by multiple parameters
-
Batch Operations
- Select multiple font families
- Bulk download selected items
-
Export Options
- CSV format export
- Clone the repository:
git clone https://github.com/jauharmuhammed/google-fonts-json.git
- Install dependencies:
npm install
# or
yarn install
- Run the development server:
npm run dev
# or
yarn dev
- Open http://localhost:3000 in your browser
Contributions are welcome! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Found a bug or have a feature request? Please file an issue: Create Issue
This project is licensed under the MIT License - see the LICENSE file for details.
- Google Fonts for providing the font data
- Next.js team for the amazing framework
- All contributors who help improve this project
Project Link: https://github.com/jauharmuhammed/google-fonts-json
Made with ❤️ by Jauhar Muhammed