[longomatch] Switch from Ubuntu to Noto font
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Switch from Ubuntu to Noto font
- Date: Tue, 5 May 2015 09:08:51 +0000 (UTC)
commit 60ffdb0ddd7ef028887f401c7eb080ec92790081
Author: Josep Torra <n770galaxy gmail com>
Date: Tue Apr 28 13:28:07 2015 +0200
Switch from Ubuntu to Noto font
LongoMatch.Core/StyleConf.cs | 2 +-
data/theme/gtk-2.0/buttons.rc | 2 +-
data/theme/gtk-2.0/gtkrc | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/LongoMatch.Core/StyleConf.cs b/LongoMatch.Core/StyleConf.cs
index ae1889e..34d86e3 100644
--- a/LongoMatch.Core/StyleConf.cs
+++ b/LongoMatch.Core/StyleConf.cs
@@ -143,7 +143,7 @@ namespace LongoMatch.Core.Common
public const string LinkOut = "hicolor/scalable/actions/longomatch-link-out.svg";
public const string LinkOutPrelight =
"hicolor/scalable/actions/longomatch-link-out-prelight.svg";
- public string Font = "Ubuntu";
+ public string Font = "Noto";
public Color HomeTeamColor { get; set; }
diff --git a/data/theme/gtk-2.0/buttons.rc b/data/theme/gtk-2.0/buttons.rc
index 3fb29db..480fb7d 100644
--- a/data/theme/gtk-2.0/buttons.rc
+++ b/data/theme/gtk-2.0/buttons.rc
@@ -14,7 +14,7 @@ style "longomatch-button-nofocus" = "longomatch-default"
style "longomatch-rounded-button" = "longomatch-default"
{
- font_name = "Ubuntu 14"
+ font_name = "Noto 14"
engine "pixmap"
{
diff --git a/data/theme/gtk-2.0/gtkrc b/data/theme/gtk-2.0/gtkrc
index 615a82c..798e03a 100644
--- a/data/theme/gtk-2.0/gtkrc
+++ b/data/theme/gtk-2.0/gtkrc
@@ -84,7 +84,7 @@ style "longomatch-default"
stock["gtk-save-as"] = {{ "Stock/gtk-save-as.svg" }}
stock["gtk-save"] = {{ "Stock/gtk-save.svg" }}
- font_name = "Ubuntu"
+ font_name = "Noto"
# we should make this change on per OS basis as this will make the preferences look native
engine "clearlooks"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]