mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[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
|
|
@ -24,6 +24,7 @@
|
|||
"all": "npm install && grunt",
|
||||
"build": "grunt",
|
||||
"watch": "grunt watch",
|
||||
"webfont": "grunt webfont",
|
||||
"clean": "rm -Rf node_modules package-lock.json ion.less"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue