fix(css): add format hint + descriptors to @font-face for police1/Combinedd.otf

This commit is contained in:
Pontoporeia
2026-04-06 16:54:57 +02:00
parent b45e6c50cc
commit b8e94f1b6b
2 changed files with 6 additions and 1 deletions

View File

@@ -11,6 +11,9 @@ Pending tasks have been split into topic files under [`todo/`](todo/README.md):
## Recently completed (this session)
- [x] `common.css``@font-face` for `police1` missing `format("opentype")` hint + `font-style`/`font-weight` descriptors; browser discarded table; added all three
- [x] `scripts/deploy-server.sh` — add step 4: `systemctl reload nginx` runs automatically; remove manual reload instruction from justfile
- [x] `nginx/posterg.conf` — add `script-src 'self' 'unsafe-inline'` to admin CSP; `default-src 'self'` was blocking OverType init script and live-reload poller