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
pull/218/head
Muxutruk 2 years ago committed by GitHub
parent fd2671fb9b
commit 5189ae8c8d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -209,7 +209,7 @@ body {
opacity: 1; opacity: 1;
font-size: large; font-size: large;
z-index: 2; z-index: 2;
font-family: sans-serif; font-family: "Ubuntu";
} }
#themeToggle { #themeToggle {
@ -292,7 +292,6 @@ body {
} }
.itemTitle { .itemTitle {
font-family: sans-serif;
padding: 5px; padding: 5px;
} }
.itemBody { .itemBody {
@ -306,7 +305,6 @@ body {
font-weight: bold; font-weight: bold;
cursor: pointer; cursor: pointer;
margin-top: 10px; margin-top: 10px;
font-family: sans-serif;
} }
.progressBar { .progressBar {
width: 90%; width: 90%;

Loading…
Cancel
Save