From 5336bc0fb623c1293c2d93571d47dff58863f1c1 Mon Sep 17 00:00:00 2001 From: pistasjis <57069715+pistasjis@users.noreply.github.com> Date: Fri, 19 May 2023 19:08:47 +0200 Subject: fileserver: Fix file browser breadcrumb font (#5543) Signed-off-by: Pistasj --- modules/caddyhttp/fileserver/browse.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') 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; -- cgit v1.2.3