diff options
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 |
