ContextView: Specify alternative fonts for no song playing

This commit is contained in:
Jonas Kvinge 2022-04-10 14:05:51 +02:00
parent 6741f100a1
commit b1fdccde6e
1 changed files with 1 additions and 1 deletions

View File

@ -456,7 +456,7 @@ void ContextView::NoSong() {
widget_album_->show();
}
label_top_->setStyleSheet("font: 20pt \"Liberation Serif\"; font-weight: Regular;");
label_top_->setStyleSheet("font: 20pt 'Open Sans', 'FreeSans', 'FreeSerif', 'Liberation Serif'; font-weight: Regular;");
label_top_->setText(tr("No song playing"));