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 1 year 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;
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%;

Loading…
Cancel
Save