Convert ttf/woff2 fonts.
https://my-font-converter.vercel.app/
This is a STATIC website so you DON'T need to own a server to host it.
All computation is performed in browser, thanks to Web Assembly.
It's also a PWA, so you can install it like a native App and use it OFFLINE.
Download latest artifact built by GitHub Actions.
My Font Converter can be built on Linux and macOS.
For Windows, you may use WSL.
git clone --recursive https://github.com/LibreService/my_font_converter
You may use nvm to install node.
npm i -g pnpm
pnpm i
https://emscripten.org/docs/getting_started/downloads.html
pnpm run lib
pnpm run wasm
pnpm run dev
The app is accessible at http://localhost:5173
pnpm run lint:fix
pnpm run check
pnpm run build
pnpm run test
pnpm run preview
# set VERSION to avoid CDN and browser caching old version
export LIBRESERVICE_CDN=https://cdn.jsdelivr.net/npm/@libreservice/my-font-converter@VERSION/dist/
vercel build --prod
npm publish
vercel deploy --prebuilt --prod
AGPLv3+