diff options
author | pistasjis <57069715+pistasjis@users.noreply.github.com> | 2023-05-19 19:08:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-19 11:08:47 -0600 |
commit | 5336bc0fb623c1293c2d93571d47dff58863f1c1 (patch) | |
tree | f30ee1c938119ee6382d7590b8a67e79b25824c2 | |
parent | 29452647d803aa1259b4430b52349ce7ac1495a4 (diff) |
fileserver: Fix file browser breadcrumb font (#5543)
Signed-off-by: Pistasj <odyssey346@disroot.org>
-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 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; |