A web app that converts a font from/to ttf, otf, woff and woff2.
The whole process of conversion happens only on browsers. Once the app is loaded, no server interaction occurs.
This app uses WebAssembly and Web Workers. You need a modern browser to run this app. Major browsers like Firefox, Google Chrome, Safari and Edge support them.
You need emscripten to build.
$ git clone --recursive https://github.com/bashi/kombu.git
# Install dependencies
$ yarn
# Build wasm for woff2 support
$ yarn make-wasm
# Build web app
$ yarn build
# optional: Launch http server for local development
$ http-server -p 4001 -c-0
The webapp will be generated under public
directory. Copy public
directory to your server.