add std fonts to user dir ; atkinson hyperlegible and deja vu sans [mono] are included

This commit is contained in:
KemoNine 2023-07-03 11:05:34 -04:00
parent 0e626c3eb8
commit 847768ca5d
27 changed files with 6 additions and 0 deletions

View File

@ -40,6 +40,12 @@ if ! [ -d ~/.asdf ]; then
cd $PATH_PREFIX
fi
# fonts
if ! [ -d ~/.fonts ]; then
mkdir ~/.fonts
fi
cp $PATH_PREFIX/fonts/* ~/.fonts/
# termux tuning
if grep -q "Android" <<< `uname -a`; then
# grab always run in background permission during early setup

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
fonts/DejaVuMathTeXGyre.ttf Normal file

Binary file not shown.

BIN
fonts/DejaVuSans-Bold.ttf Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
fonts/DejaVuSans.ttf Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
fonts/DejaVuSansMono.ttf Normal file

Binary file not shown.

BIN
fonts/DejaVuSerif-Bold.ttf Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
fonts/DejaVuSerif.ttf Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.