diff --git a/README.md b/README.md new file mode 100644 index 0000000..d8d9a16 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# luxtools-plugin +Dokuwiki template specifically designed for luxtools plugins. + +This is a fork of the original default dokuwiki template. + +## Changes from the original template +- Default font changed to "Perfect DOS VGA 437 Win" \ No newline at end of file diff --git a/css/basic.less b/css/basic.less index 4644c92..2ec41ea 100755 --- a/css/basic.less +++ b/css/basic.less @@ -8,6 +8,14 @@ * @author Anika Henke */ +@font-face { + font-family: "Perfect DOS VGA 437 Win"; + src: url("../fonts/Perfect%20DOS%20VGA%20437%20Win.ttf") format("truetype"); + font-weight: normal; + font-style: normal; + font-display: swap; +} + html { overflow-x: auto; overflow-y: scroll; @@ -20,7 +28,7 @@ body { padding: 0; } body { - font: normal 87.5%/1.4 Arial, sans-serif; + font: normal 87.5%/1.4 "Perfect DOS VGA 437 Win", monospace; /* default font size: 100% => 16px; 93.75% => 15px; 87.5% => 14px; 81.25% => 13px; 75% => 12px */ -webkit-text-size-adjust: 100%; } diff --git a/deploy.sh b/deploy.sh index e3ef72e..ccb6464 100755 --- a/deploy.sh +++ b/deploy.sh @@ -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 diff --git a/fonts/Perfect DOS VGA 437 Win.ttf b/fonts/Perfect DOS VGA 437 Win.ttf new file mode 100644 index 0000000..d03b1c5 Binary files /dev/null and b/fonts/Perfect DOS VGA 437 Win.ttf differ