add std fonts to user dir ; atkinson hyperlegible and deja vu sans [mono] are included
This commit is contained in:
parent
0e626c3eb8
commit
847768ca5d
|
@ -40,6 +40,12 @@ if ! [ -d ~/.asdf ]; then
|
||||||
cd $PATH_PREFIX
|
cd $PATH_PREFIX
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# fonts
|
||||||
|
if ! [ -d ~/.fonts ]; then
|
||||||
|
mkdir ~/.fonts
|
||||||
|
fi
|
||||||
|
cp $PATH_PREFIX/fonts/* ~/.fonts/
|
||||||
|
|
||||||
# termux tuning
|
# termux tuning
|
||||||
if grep -q "Android" <<< `uname -a`; then
|
if grep -q "Android" <<< `uname -a`; then
|
||||||
# grab always run in background permission during early setup
|
# grab always run in background permission during early setup
|
||||||
|
|
BIN
fonts/Atkinson-Hyperlegible-Bold-102.otf
Normal file
BIN
fonts/Atkinson-Hyperlegible-Bold-102.otf
Normal file
Binary file not shown.
BIN
fonts/Atkinson-Hyperlegible-BoldItalic-102.otf
Normal file
BIN
fonts/Atkinson-Hyperlegible-BoldItalic-102.otf
Normal file
Binary file not shown.
BIN
fonts/Atkinson-Hyperlegible-Italic-102.otf
Normal file
BIN
fonts/Atkinson-Hyperlegible-Italic-102.otf
Normal file
Binary file not shown.
BIN
fonts/Atkinson-Hyperlegible-Regular-102.otf
Normal file
BIN
fonts/Atkinson-Hyperlegible-Regular-102.otf
Normal file
Binary file not shown.
BIN
fonts/DejaVuMathTeXGyre.ttf
Normal file
BIN
fonts/DejaVuMathTeXGyre.ttf
Normal file
Binary file not shown.
BIN
fonts/DejaVuSans-Bold.ttf
Normal file
BIN
fonts/DejaVuSans-Bold.ttf
Normal file
Binary file not shown.
BIN
fonts/DejaVuSans-BoldOblique.ttf
Normal file
BIN
fonts/DejaVuSans-BoldOblique.ttf
Normal file
Binary file not shown.
BIN
fonts/DejaVuSans-ExtraLight.ttf
Normal file
BIN
fonts/DejaVuSans-ExtraLight.ttf
Normal file
Binary file not shown.
BIN
fonts/DejaVuSans-Oblique.ttf
Normal file
BIN
fonts/DejaVuSans-Oblique.ttf
Normal file
Binary file not shown.
BIN
fonts/DejaVuSans.ttf
Normal file
BIN
fonts/DejaVuSans.ttf
Normal file
Binary file not shown.
BIN
fonts/DejaVuSansCondensed-Bold.ttf
Normal file
BIN
fonts/DejaVuSansCondensed-Bold.ttf
Normal file
Binary file not shown.
BIN
fonts/DejaVuSansCondensed-BoldOblique.ttf
Normal file
BIN
fonts/DejaVuSansCondensed-BoldOblique.ttf
Normal file
Binary file not shown.
BIN
fonts/DejaVuSansCondensed-Oblique.ttf
Normal file
BIN
fonts/DejaVuSansCondensed-Oblique.ttf
Normal file
Binary file not shown.
BIN
fonts/DejaVuSansCondensed.ttf
Normal file
BIN
fonts/DejaVuSansCondensed.ttf
Normal file
Binary file not shown.
BIN
fonts/DejaVuSansMono-Bold.ttf
Normal file
BIN
fonts/DejaVuSansMono-Bold.ttf
Normal file
Binary file not shown.
BIN
fonts/DejaVuSansMono-BoldOblique.ttf
Normal file
BIN
fonts/DejaVuSansMono-BoldOblique.ttf
Normal file
Binary file not shown.
BIN
fonts/DejaVuSansMono-Oblique.ttf
Normal file
BIN
fonts/DejaVuSansMono-Oblique.ttf
Normal file
Binary file not shown.
BIN
fonts/DejaVuSansMono.ttf
Normal file
BIN
fonts/DejaVuSansMono.ttf
Normal file
Binary file not shown.
BIN
fonts/DejaVuSerif-Bold.ttf
Normal file
BIN
fonts/DejaVuSerif-Bold.ttf
Normal file
Binary file not shown.
BIN
fonts/DejaVuSerif-BoldItalic.ttf
Normal file
BIN
fonts/DejaVuSerif-BoldItalic.ttf
Normal file
Binary file not shown.
BIN
fonts/DejaVuSerif-Italic.ttf
Normal file
BIN
fonts/DejaVuSerif-Italic.ttf
Normal file
Binary file not shown.
BIN
fonts/DejaVuSerif.ttf
Normal file
BIN
fonts/DejaVuSerif.ttf
Normal file
Binary file not shown.
BIN
fonts/DejaVuSerifCondensed-Bold.ttf
Normal file
BIN
fonts/DejaVuSerifCondensed-Bold.ttf
Normal file
Binary file not shown.
BIN
fonts/DejaVuSerifCondensed-BoldItalic.ttf
Normal file
BIN
fonts/DejaVuSerifCondensed-BoldItalic.ttf
Normal file
Binary file not shown.
BIN
fonts/DejaVuSerifCondensed-Italic.ttf
Normal file
BIN
fonts/DejaVuSerifCondensed-Italic.ttf
Normal file
Binary file not shown.
BIN
fonts/DejaVuSerifCondensed.ttf
Normal file
BIN
fonts/DejaVuSerifCondensed.ttf
Normal file
Binary file not shown.
Loading…
Reference in a new issue