[mod] simple theme: include fonts

"npm run webfont" to build the fonts directory.
It requires fontforge and ttfautohint distro packages.

partial revert of commit 7137d2893f
This commit is contained in:
Alexandre Flament 2021-06-18 17:33:56 +02:00
parent d20f6a1f19
commit dca3bcca9e
13 changed files with 205 additions and 24 deletions

2
manage
View file

@ -295,7 +295,7 @@ gecko.driver() {
}
node.env() {
if ! required_commands npm fontforge ttfautohint; then
if ! required_commands npm; then
info_msg "to install build tools use::"
info_msg " sudo -H ./utils/searx.sh install buildhost"
die 1 "install needed build tools first"