aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/app.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app.py b/src/app.py
index da8f5df..e97b8e6 100644
--- a/src/app.py
+++ b/src/app.py
@@ -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