From 5189ae8c8d92f488ab5c861e83b61eb0113acb13 Mon Sep 17 00:00:00 2001 From: Muxutruk <156070698+Muxutruk2@users.noreply.github.com> Date: Fri, 17 May 2024 19:15:08 +0200 Subject: [PATCH] Fonts are now fully consistent (#212) * Replaced all Arial fonts with Ubuntu and made both buttons bold * Added Ubuntu fonts to the top left menu and Jetbrains to audio quiality select * Added ubuntu font to playlist selection and updated modules * Removed unnecessary packages --- assets/css/index.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/assets/css/index.css b/assets/css/index.css index f4027e0..683b74e 100644 --- a/assets/css/index.css +++ b/assets/css/index.css @@ -209,7 +209,7 @@ body { opacity: 1; font-size: large; z-index: 2; - font-family: sans-serif; + font-family: "Ubuntu"; } #themeToggle { @@ -292,7 +292,6 @@ body { } .itemTitle { - font-family: sans-serif; padding: 5px; } .itemBody { @@ -306,7 +305,6 @@ body { font-weight: bold; cursor: pointer; margin-top: 10px; - font-family: sans-serif; } .progressBar { width: 90%;