aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorpistasjis <[email protected]>2023-05-19 19:08:47 +0200
committerGitHub <[email protected]>2023-05-19 11:08:47 -0600
commit5336bc0fb623c1293c2d93571d47dff58863f1c1 (patch)
treef30ee1c938119ee6382d7590b8a67e79b25824c2
parent29452647d803aa1259b4430b52349ce7ac1495a4 (diff)
downloadcaddy-5336bc0fb623c1293c2d93571d47dff58863f1c1.tar.gz
caddy-5336bc0fb623c1293c2d93571d47dff58863f1c1.zip
fileserver: Fix file browser breadcrumb font (#5543)
Signed-off-by: Pistasj <[email protected]>
-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 77de75c34..55d274b0c 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;