Webfont Kit Generator is a free and open source @ font-face kits creator application for Linux. Using this application you can generate woff, woff2 and the CSS boilerplate from non-web font formats like otf & ttf. It is written in Python and based on fontTools library and released under GNU General Public License v3.0. It comes with direct fonts import from google fonts and subsetting option.
How to Install Webfont Kit Generator on Ubuntu Linux
Webfont Kit Generator is available as a flatpak package and from Ubuntu default repositories. In your terminal app (ctrl+alt+t) run below Webfont Kit Generator flatpak install command. It will install the latest version of Webfont Kit Generator on your system. For that you need flatpak and flathub on your system. If you don’t have then follow below link for that flatpak and flathub installation.
Install flatpak and flathub on Ubuntu Linux
flatpak install flathub com.rafaelmardojai.WebfontKitGenerator
After install start this app using this command.
flatpak run com.rafaelmardojai.WebfontKitGenerator
And uninstall it via below command.
sudo flatpak uninstall com.rafaelmardojai.WebfontKitGenerator
Install Webfont Kit Generator via PPA
In terminal app run below commands to install Webfont Kit Generator stable version on your system.
sudo add-apt-repository ppa:apandada1/webfontkitgenerator
sudo apt update
sudo apt install webfontkitgenerator
For the daily builds use this Ubuntu PPA.
sudo add-apt-repository ppa:apandada1/webfontkitgenerator-daily
sudo apt update
sudo apt install webfontkitgenerator
That’s it.