[longomatch] Revert "Switch from Ubuntu to Noto font"



commit cb73bdcb8277fa60e9d283330e3dae30578cba30
Author: Josep Torra <n770galaxy gmail com>
Date:   Tue Apr 28 16:41:02 2015 +0200

    Revert "Switch from Ubuntu to Noto font"
    
    This reverts commit 3bacdc3d72fdbda3869f047d0af2f76df8bd9afb.

 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 34d86e3..ae1889e 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 = "Noto";
+               public string Font = "Ubuntu";
 
                public Color HomeTeamColor { get; set; }
 
diff --git a/data/theme/gtk-2.0/buttons.rc b/data/theme/gtk-2.0/buttons.rc
index 480fb7d..3fb29db 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 = "Noto 14"
+  font_name = "Ubuntu 14"
 
   engine "pixmap"
   {
diff --git a/data/theme/gtk-2.0/gtkrc b/data/theme/gtk-2.0/gtkrc
index 798e03a..615a82c 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 = "Noto"
+  font_name = "Ubuntu"
 
   # 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]