From c7e4351375e51cfcb5aba803391b71c51fc55dea Mon Sep 17 00:00:00 2001 From: Aaron van Geffen Date: Sat, 11 Mar 2023 22:13:55 +0100 Subject: [PATCH] Change album/tile label font to Coda, too --- public/css/default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/default.css b/public/css/default.css index aee4d775..3e5b8c73 100644 --- a/public/css/default.css +++ b/public/css/default.css @@ -192,7 +192,7 @@ i.space-invader.alt-7::before { .tiled_grid div h4 { color: #000; margin: 0; - font: 400 18px "Open Sans", sans-serif; + font: 400 18px 'Coda', sans-serif; padding: 15px 5px; text-overflow: ellipsis; text-align: center;