# genfontgl **Repository Path**: openGPL/genfontgl ## Basic Information - **Project Name**: genfontgl - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-26 - **Last Updated**: 2023-12-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README genfontgl ----- A simple command line tool to generate fonts for Mapbox GL via fontnik without gzipping the result. Usage: ```genfontgl OpenSans-Regular.ttf [output location]``` Or if not installed globally: ```npm run genfontgl -- OpenSans-Regular.ttf [output location]``` Based on: * [Fontmachine](https://github.com/mapbox/fontmachine) * [build-glyphs](https://github.com/mapbox/node-fontnik/blob/master/bin/build-glyphs)