mirror of
https://github.com/searxng/searxng.git
synced 2025-08-03 02:22:22 +02: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
|
@ -51,7 +51,7 @@ shellcheck"
|
|||
BUILD_PACKAGES_debian="\
|
||||
firefox graphviz imagemagick texlive-xetex librsvg2-bin
|
||||
texlive-latex-recommended texlive-extra-utils fonts-dejavu
|
||||
latexmk fontforge ttfautohint
|
||||
latexmk
|
||||
npm"
|
||||
|
||||
# pacman packages
|
||||
|
@ -63,7 +63,7 @@ shellcheck"
|
|||
|
||||
BUILD_PACKAGES_arch="\
|
||||
firefox graphviz imagemagick texlive-bin extra/librsvg
|
||||
texlive-core texlive-latexextra ttf-dejavu fontforge ttfautohint
|
||||
texlive-core texlive-latexextra ttf-dejavu
|
||||
npm"
|
||||
|
||||
# dnf packages
|
||||
|
@ -77,7 +77,7 @@ BUILD_PACKAGES_fedora="\
|
|||
firefox graphviz graphviz-gd ImageMagick librsvg2-tools
|
||||
texlive-xetex-bin texlive-collection-fontsrecommended
|
||||
texlive-collection-latex dejavu-sans-fonts dejavu-serif-fonts
|
||||
dejavu-sans-mono-fonts fontforge ttfautohint
|
||||
dejavu-sans-mono-fonts
|
||||
npm"
|
||||
|
||||
# yum packages
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue