Implements the font tweak from issue #729 by nepeta.
Changes the phi95 theme (html.ey/theme 9) from Consolas to
a Windows 95 bitmap font for a more authentic retro aesthetic.
- Add w95font.woff2 (MIT licensed, 4.5KB) to web/deps
- Update phi95 theme font variables to use 'MS Sans Serif'
- Add @font-face declaration in browser.css
- Register font in __init__.py (RES list)
- Add font to sfx.ls (build whitelist)
* make-sfx.sh: fix missing licenses on very first build
* docker/make.sh: add warning on missing deps
* pyinstaller: cleanup notes
* add notes:
* building on archlinux
* buliding python 2.7
* support for Zed IDE
docker buildx imagetools inspect copyparty/ac:beta@sha256:[...] --raw
would show the annotations from the base alpine image instead of ours
thx to @EmilyxFox for figuring this out!
* (scripts/prep.sh) prep mpr package at the same time as the arch package
* (contrib/package/makedeb-mpr/) add MPR package
i wanted this on my raspberry pi and i could've done it with docker but
this gives me a systemd service. i haven't actually uploaded this at all
---------
Signed-off-by: Beethoven <44652883+Beethoven-n@users.noreply.github.com>
the unix-permissions of new files/folders can now be changed
* global-option --chmod-f, volflag chmod_f for files
* global-option --chmod-d, volflag chmod_d for directories
the expected value is a standard three-digit octal value
(User/Group/Other) such as 755, 750, 644, 640, etc