diff options
author | pistasjis <[email protected]> | 2023-05-19 19:08:47 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2023-05-19 11:08:47 -0600 |
commit | 5336bc0fb623c1293c2d93571d47dff58863f1c1 (patch) | |
tree | f30ee1c938119ee6382d7590b8a67e79b25824c2 | |
parent | 29452647d803aa1259b4430b52349ce7ac1495a4 (diff) | |
download | caddy-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.html | 2 |
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; |