mirror of
https://github.com/caddyserver/caddy.git
synced 2025-01-13 22:51:08 -05:00
fileserver: Fix file browser breadcrumb font (#5543)
Signed-off-by: Pistasj <odyssey346@disroot.org>
This commit is contained in:
parent
29452647d8
commit
5336bc0fb6
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue