mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-20 12:52:30 +02:00
* Removed Titillium Web and Pathway Gothic One fonts.
This commit is contained in:
@@ -55,7 +55,7 @@ SplashWidget::SplashWidget()
|
||||
|
||||
font.setPointSize( TomahawkUtils::defaultFontSize() - 1 );
|
||||
font.setBold( true );
|
||||
font.setFamily( "Titillium Web" );
|
||||
font.setFamily( "Roboto" );
|
||||
setFont( font );
|
||||
}
|
||||
|
||||
|
@@ -145,7 +145,7 @@ NetworkActivityWidget::NetworkActivityWidget( QWidget* parent )
|
||||
}
|
||||
{
|
||||
QFont f = d->ui->trendingTracksLabel->font();
|
||||
f.setFamily( "Pathway Gothic One" );
|
||||
f.setFamily( "Roboto" );
|
||||
|
||||
QPalette p = d->ui->trendingTracksLabel->palette();
|
||||
p.setColor( QPalette::Foreground, TomahawkStyle::PAGE_CAPTION );
|
||||
@@ -159,7 +159,7 @@ NetworkActivityWidget::NetworkActivityWidget( QWidget* parent )
|
||||
TomahawkStyle::stylePageFrame( d->ui->playlistsFrame );
|
||||
|
||||
QFont f = d->ui->hotPlaylistsLabel->font();
|
||||
f.setFamily( "Pathway Gothic One" );
|
||||
f.setFamily( "Roboto" );
|
||||
|
||||
QPalette p = d->ui->hotPlaylistsLabel->palette();
|
||||
p.setColor( QPalette::Foreground, TomahawkStyle::PAGE_CAPTION );
|
||||
@@ -205,7 +205,7 @@ NetworkActivityWidget::NetworkActivityWidget( QWidget* parent )
|
||||
}
|
||||
{
|
||||
QFont f = d->ui->trendingArtistsLabel->font();
|
||||
f.setFamily( "Pathway Gothic One" );
|
||||
f.setFamily( "Roboto" );
|
||||
|
||||
QPalette p = d->ui->trendingArtistsLabel->palette();
|
||||
p.setColor( QPalette::Foreground, TomahawkStyle::PAGE_CAPTION );
|
||||
|
Reference in New Issue
Block a user