From aa73bc0ac28dcf7c3ef11fa013bde893575f2bb2 Mon Sep 17 00:00:00 2001 From: novatorem Date: Tue, 1 Sep 2020 17:16:34 -0400 Subject: [PATCH] Font improvement --- api/templates/spotify.html.j2 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/api/templates/spotify.html.j2 b/api/templates/spotify.html.j2 index 346a627..588ad7c 100644 --- a/api/templates/spotify.html.j2 +++ b/api/templates/spotify.html.j2 @@ -71,6 +71,10 @@ animation: sound 0ms -800ms linear infinite alternate; } + div { + font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji; + } + @keyframes sound { 0% { height: 3px;