1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-29 16:50:11 +02:00

* We replaced the Fauna font.

This commit is contained in:
Christian Muehlhaeuser
2013-09-03 13:49:33 +02:00
parent bffd198e53
commit e895cf92be
3 changed files with 2 additions and 3 deletions

View File

@@ -100,7 +100,7 @@ SearchWidget::SearchWidget( const QString& search, QWidget* parent )
{
QFont f = ui->label->font();
f.setFamily( "Fauna One" );
f.setFamily( "Pathway Gothic One" );
QPalette p = ui->label->palette();
p.setColor( QPalette::Foreground, TomahawkStyle::PAGE_CAPTION );
@@ -111,7 +111,7 @@ SearchWidget::SearchWidget( const QString& search, QWidget* parent )
{
QFont f = ui->label_2->font();
f.setFamily( "Fauna One" );
f.setFamily( "Pathway Gothic One" );
QPalette p = ui->label_2->palette();
p.setColor( QPalette::Foreground, TomahawkStyle::HEADER_TEXT );