1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-06 14:16:32 +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

Binary file not shown.

View File

@@ -156,7 +156,6 @@
<file>data/images/network-activity.svg</file>
<file>data/fonts/TitilliumWeb-Bold.ttf</file>
<file>data/fonts/TitilliumWeb-Regular.ttf</file>
<file>data/fonts/FaunaOne-Regular.ttf</file>
<file>data/fonts/PathwayGothicOne-Regular.ttf</file>
<file>data/js/cryptojs-core.js</file>
<file>data/js/cryptojs-sha256.js</file>

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 );