mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-01-17 22:38:33 +01:00
* Removed Titillium Web and Pathway Gothic One fonts.
This commit is contained in:
parent
0af3478a41
commit
f2e3efcbd6
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -114,9 +114,6 @@
|
||||
<file>data/images/network-activity.svg</file>
|
||||
<file>data/images/play.svg</file>
|
||||
<file>data/images/pause.svg</file>
|
||||
<file>data/fonts/TitilliumWeb-Bold.ttf</file>
|
||||
<file>data/fonts/TitilliumWeb-Regular.ttf</file>
|
||||
<file>data/fonts/PathwayGothicOne-Regular.ttf</file>
|
||||
<file>data/fonts/Roboto-Bold.ttf</file>
|
||||
<file>data/fonts/Roboto-Medium.ttf</file>
|
||||
<file>data/fonts/Roboto-Regular.ttf</file>
|
||||
|
@ -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 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user