Change default font

This commit is contained in:
2026-01-30 11:36:49 +01:00
parent a6b65b1398
commit 28929912a6
4 changed files with 17 additions and 2 deletions

View File

@@ -68,7 +68,6 @@ RSYNC_ARGS=(
--chmod=Du=rwx,Dgo=rx,Fu=rw,Fgo=r
--exclude=deploy.sh
--exclude=.git/
--exclude=_dokuwiki/
--exclude=.github/
--exclude=.vscode/
--exclude=_test/
@@ -76,6 +75,7 @@ RSYNC_ARGS=(
--exclude=*.swp
--exclude=*.swo
--exclude=.DS_Store
--exclude=_vendor/
)
if ((DRY_RUN)); then