diff options
| author | kj_sh604 | 2026-05-31 00:40:13 -0400 |
|---|---|---|
| committer | kj_sh604 | 2026-05-31 00:40:13 -0400 |
| commit | a9abb6d4e0c173e44e42cb6267133ef34c6d023c (patch) | |
| tree | 94b60cbf5c1d5358f3c393dd02ee83bf2b4e49c9 /src | |
| parent | cf23fda43083a7374f48fc37433c0a8117779d2d (diff) | |
refactor: re-allow home dir fonts
Diffstat (limited to 'src')
| -rw-r--r-- | src/app.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -39,6 +39,7 @@ def add_security_headers(resp: Response) -> Response: _FONT_DIRS: list[Path] = [ Path("/usr/share/fonts"), Path("/usr/local/share/fonts"), + Path.home() / ".local" / "share" / "fonts", ] _FONTS_CACHE_TTL_SECONDS = 300 |
