forked from Icycoide/searxng
[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:
parent
d20f6a1f19
commit
dca3bcca9e
13 changed files with 205 additions and 24 deletions
2
manage
2
manage
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue