summaryrefslogtreecommitdiff
path: root/modules/caddyhttp/fileserver/browse.html
diff options
context:
space:
mode:
authorpistasjis <57069715+pistasjis@users.noreply.github.com>2023-05-19 19:08:47 +0200
committerGitHub <noreply@github.com>2023-05-19 11:08:47 -0600
commit5336bc0fb623c1293c2d93571d47dff58863f1c1 (patch)
treef30ee1c938119ee6382d7590b8a67e79b25824c2 /modules/caddyhttp/fileserver/browse.html
parent29452647d803aa1259b4430b52349ce7ac1495a4 (diff)
fileserver: Fix file browser breadcrumb font (#5543)
Signed-off-by: Pistasj <odyssey346@disroot.org>
Diffstat (limited to 'modules/caddyhttp/fileserver/browse.html')
-rw-r--r--modules/caddyhttp/fileserver/browse.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/caddyhttp/fileserver/browse.html b/modules/caddyhttp/fileserver/browse.html
index 77de75c..55d274b 100644
--- a/modules/caddyhttp/fileserver/browse.html
+++ b/modules/caddyhttp/fileserver/browse.html
@@ -364,7 +364,7 @@ header {
h1 {
font-size: 20px;
- font-family: Poppins;
+ font-family: Poppins, system-ui, sans-serif;
font-weight: normal;
white-space: nowrap;
overflow-x: hidden;