mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-07 22:56:42 +02:00
* We replaced the Fauna font.
This commit is contained in:
Binary file not shown.
@@ -156,7 +156,6 @@
|
|||||||
<file>data/images/network-activity.svg</file>
|
<file>data/images/network-activity.svg</file>
|
||||||
<file>data/fonts/TitilliumWeb-Bold.ttf</file>
|
<file>data/fonts/TitilliumWeb-Bold.ttf</file>
|
||||||
<file>data/fonts/TitilliumWeb-Regular.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/fonts/PathwayGothicOne-Regular.ttf</file>
|
||||||
<file>data/js/cryptojs-core.js</file>
|
<file>data/js/cryptojs-core.js</file>
|
||||||
<file>data/js/cryptojs-sha256.js</file>
|
<file>data/js/cryptojs-sha256.js</file>
|
||||||
|
@@ -100,7 +100,7 @@ SearchWidget::SearchWidget( const QString& search, QWidget* parent )
|
|||||||
|
|
||||||
{
|
{
|
||||||
QFont f = ui->label->font();
|
QFont f = ui->label->font();
|
||||||
f.setFamily( "Fauna One" );
|
f.setFamily( "Pathway Gothic One" );
|
||||||
|
|
||||||
QPalette p = ui->label->palette();
|
QPalette p = ui->label->palette();
|
||||||
p.setColor( QPalette::Foreground, TomahawkStyle::PAGE_CAPTION );
|
p.setColor( QPalette::Foreground, TomahawkStyle::PAGE_CAPTION );
|
||||||
@@ -111,7 +111,7 @@ SearchWidget::SearchWidget( const QString& search, QWidget* parent )
|
|||||||
|
|
||||||
{
|
{
|
||||||
QFont f = ui->label_2->font();
|
QFont f = ui->label_2->font();
|
||||||
f.setFamily( "Fauna One" );
|
f.setFamily( "Pathway Gothic One" );
|
||||||
|
|
||||||
QPalette p = ui->label_2->palette();
|
QPalette p = ui->label_2->palette();
|
||||||
p.setColor( QPalette::Foreground, TomahawkStyle::HEADER_TEXT );
|
p.setColor( QPalette::Foreground, TomahawkStyle::HEADER_TEXT );
|
||||||
|
Reference in New Issue
Block a user